mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
11 lines
185 B
YAML
11 lines
185 B
YAML
|
development:
|
||
|
adapter: async
|
||
|
|
||
|
test:
|
||
|
adapter: test
|
||
|
|
||
|
production:
|
||
|
adapter: redis
|
||
|
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
||
|
channel_prefix: ensl_production
|