forked from DGNum/gestioCOF
Add REDIS_PORT to the settings and secrets
This commit is contained in:
parent
52d9979d7c
commit
dbff7740c8
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue