Files
Mattia Roccoberton 7a148c7cd1 Add specs configuration
2020-09-01 11:16:56 +02:00

11 строки
186 B
YAML

development:
adapter: async
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: dummy_production