Files
codeocean/config/cable.yml
Sebastian Serth 016526240d Switch to postgres adapter for ActionCable
With using postgres, we remove the need of introducing a redis store
2019-03-12 09:54:18 +01:00

15 lines
303 B
YAML

development:
adapter: postgresql
test:
adapter: postgresql
staging:
adapter: postgresql
production:
adapter: postgresql # redis
# all other options below are only used for redis
# url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
# channel_prefix: code_ocean_production