From 8a20071dc8009b5b9439d10e17a2a57883b7b363 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 1 Mar 2024 09:51:51 +0300 Subject: Put `GN_AUTH_SECRETS` config in the main configuration file. --- gn_auth/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gn_auth/settings.py') 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" -- cgit v1.2.3