forked from External/greenlight
Added cable url (#2026)
This commit is contained in:
parent
f82090fabc
commit
6dea54ccd7
|
@ -6,3 +6,5 @@ test:
|
|||
|
||||
production:
|
||||
adapter: <%= ENV['CABLE_ADAPTER'] || 'async' %>
|
||||
url: <%= ENV['REDIS_URL'] %>
|
||||
channel_prefix: greenlight_production
|
Loading…
Reference in New Issue