Petit debug sur la config

This commit is contained in:
Darks 2020-02-09 23:15:51 +01:00
parent 30be296fd6
commit 0974e73411
Signed by untrusted user: Darks
GPG Key ID: F61F10FA138E797C
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class DefaultConfig(object):
LDAP_PASSWORD = "openldap"
LDAP_ORGANIZATION = "o=planet-casio"
# Secret key used to authenticate tokens. **USE YOURS!**
SECRET_KEY = "some-secret-key"
SECRET_KEY = "a-random-secret-key"
# Avatars folder
AVATARS_FOLDER = '/avatar/folder/'