diff options
author | Frederick Muriuki Muriithi | 2024-03-01 09:51:51 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-03-01 09:51:51 +0300 |
commit | 8a20071dc8009b5b9439d10e17a2a57883b7b363 (patch) | |
tree | 828066c09993c61ccd92b964e415fc55afb48ac2 /gn_auth/settings.py | |
parent | db51598d41dc8ed415dcd5f957ea66dcf6a0d808 (diff) | |
download | gn-auth-8a20071dc8009b5b9439d10e17a2a57883b7b363.tar.gz |
Put `GN_AUTH_SECRETS` config in the main configuration file.
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" |