1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00
fab-manager/config/cable.yml

11 lines
188 B
YAML
Raw Normal View History

2020-03-11 16:18:17 +01:00
development:
adapter: async
test:
adapter: async
production:
adapter: redis
2020-03-31 11:28:00 +02:00
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
2020-03-13 17:10:38 +01:00
channel_prefix: fablab_production