osem-fcy/config/cable.yml
AEtherC0r3 eaccdf2373 Use environment variable for the redis url in cable.yml
Move redis url from cable.yml to dotenv.example
2017-12-07 22:33:42 +02:00

9 lines
120 B
YAML

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