Add REDIS_PORT to the settings and secrets

This commit is contained in:
Martin Pépin 2017-04-25 20:23:21 +01:00
parent 52d9979d7c
commit dbff7740c8
2 changed files with 5 additions and 3 deletions

View file

@ -2,6 +2,7 @@ SECRET_KEY = 'q()(zn4m63i%5cp4)f+ww4-28_w+ly3q9=6imw2ciu&_(5_4ah'
RECAPTCHA_PUBLIC_KEY = "DUMMY"
RECAPTCHA_PRIVATE_KEY = "DUMMY"
REDIS_PASSWD = "dummy"
REDIS_PORT = 6379
REDIS_DB = 0
REDIS_HOST = "127.0.0.1"
ADMINS = None