update redis cache and action cable env name
This commit is contained in:
@@ -7,5 +7,5 @@ test:
|
||||
|
||||
production:
|
||||
adapter: redis
|
||||
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
||||
url: <%= ENV.fetch("REDIS_ACTION_CABLE_URL") { "redis://localhost:6379/1" } %>
|
||||
channel_prefix: northwhale2_production
|
||||
|
||||
Reference in New Issue
Block a user