diff options
Diffstat (limited to 'gn_auth/settings.py')
-rw-r--r-- | gn_auth/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn_auth/settings.py b/gn_auth/settings.py index a60ab7e..feb80e3 100644 --- a/gn_auth/settings.py +++ b/gn_auth/settings.py @@ -6,6 +6,7 @@ LOGLEVEL = "WARNING" # Flask settings SECRET_KEY = "" +GN_AUTH_SECRETS = None # Set this to path to secrets file # Database settings SQL_URI = "mysql://webqtlout:webqtlout@localhost/db_webqtl" |