2016-08-17 16:56:23 +01:00
|
|
|
development:
|
2016-08-18 14:49:51 +01:00
|
|
|
adapter: redis
|
|
|
|
url: redis://localhost:6379/1
|
2016-08-17 16:56:23 +01:00
|
|
|
|
|
|
|
test:
|
|
|
|
adapter: async
|
|
|
|
|
|
|
|
production:
|
|
|
|
adapter: redis
|
2017-01-17 11:00:03 +00:00
|
|
|
url: redis://<%= ENV['REDIS_PASSWORD'] ? ':' + ENV['REDIS_PASSWORD'] + '@' : '' %><%= ENV['REDIS_HOST'] || 'localhost' %>:<%= ENV['REDIS_PORT'] || 6379 %>/1
|