Use environment variable for the redis url in cable.yml

Move redis url from cable.yml to dotenv.example
This commit is contained in:
AEtherC0r3 2017-11-09 17:43:41 +02:00 committed by Stella Rouzi
parent de646019fb
commit c21c9af60f
3 changed files with 5 additions and 1 deletions

View file

@ -70,3 +70,6 @@ OSEM_ICHAIN_ENABLED=false
# ReCAPTCHA keys
RECAPTCHA_SITE_KEY=""
RECAPTCHA_SECRET_KEY=""
# The url of the redis server
OSEM_REDIS_URL='redis://localhost:6379/1'