demarches-normaliennes/config/cable.yml

15 lines
201 B
YAML
Raw Normal View History

2016-12-22 21:49:31 +01:00
production:
adapter: redis
url: redis://localhost:6379
2017-01-02 10:22:43 +01:00
staging:
adapter: redis
url: redis://localhost:6379
2016-12-22 21:49:31 +01:00
development:
adapter: redis
url: redis://localhost:6379
test:
adapter: async