mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
10 lines
188 B
YAML
10 lines
188 B
YAML
development:
|
|
adapter: async
|
|
|
|
test:
|
|
adapter: test
|
|
|
|
production:
|
|
adapter: redis
|
|
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
|
channel_prefix: scinote_production
|