2017-06-23 21:19:08 +08:00
|
|
|
development:
|
|
|
|
adapter: async
|
|
|
|
|
|
|
|
test:
|
|
|
|
adapter: async
|
|
|
|
|
|
|
|
production:
|
|
|
|
adapter: redis
|
2019-07-03 15:48:20 +08:00
|
|
|
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
2017-06-23 21:19:08 +08:00
|
|
|
channel_prefix: scinote_production
|