From 0974e734116a085878507467bebd111a0d0d6003 Mon Sep 17 00:00:00 2001 From: Darks Date: Sun, 9 Feb 2020 23:15:51 +0100 Subject: [PATCH] Petit debug sur la config --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 92e0a4d..4cc9911 100644 --- a/config.py +++ b/config.py @@ -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/'