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
|