scinote-web/config/cable.yml

11 lines
188 B
YAML
Raw Normal View History

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