Use environment variable for the redis url in cable.yml
Move redis url from cable.yml to dotenv.example
This commit is contained in:
parent
de646019fb
commit
c21c9af60f
3 changed files with 5 additions and 1 deletions
|
|
@ -6,4 +6,4 @@ test:
|
|||
|
||||
production:
|
||||
adapter: redis
|
||||
url: redis://localhost:6379/1
|
||||
url: <%= ENV['OSEM_REDIS_URL'] %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue