2020-03-11 16:18:17 +01:00
|
|
|
development:
|
|
|
|
adapter: async
|
|
|
|
|
|
|
|
test:
|
|
|
|
adapter: async
|
|
|
|
|
|
|
|
production:
|
|
|
|
adapter: redis
|
2020-03-31 11:28:00 +02:00
|
|
|
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
2020-03-13 17:10:38 +01:00
|
|
|
channel_prefix: fablab_production
|