2016-10-01 02:08:20 +03:00
|
|
|
development:
|
|
|
|
adapter: async
|
|
|
|
|
|
|
|
test:
|
2019-10-04 11:49:32 +03:00
|
|
|
adapter: test
|
2016-10-01 02:08:20 +03:00
|
|
|
|
|
|
|
production:
|
|
|
|
adapter: redis
|
2018-09-25 13:18:08 +03:00
|
|
|
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
2018-09-25 13:05:50 +03:00
|
|
|
channel_prefix: gauge_production
|