demarches-normaliennes/config/cable.yml
2017-01-02 10:22:43 +01:00

14 lines
201 B
YAML

production:
adapter: redis
url: redis://localhost:6379
staging:
adapter: redis
url: redis://localhost:6379
development:
adapter: redis
url: redis://localhost:6379
test:
adapter: async