allow for production cable config

This commit is contained in:
Joshua Arts 2018-08-02 14:08:13 -04:00
parent fc0ecc1bb9
commit 8ff0018eac
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ test:
adapter: test adapter: test
production: production:
adapter: async adapter: <%= ENV['CABLE_ADAPTER'] || 'async' %>