osem-fcy/config/cable.yml
AEtherC0r3 c21c9af60f Use environment variable for the redis url in cable.yml
Move redis url from cable.yml to dotenv.example
2017-12-11 20:58:04 +02:00

9 lines
120 B
YAML

development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: <%= ENV['OSEM_REDIS_URL'] %>