diff options
-rw-r--r-- | gn3/settings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gn3/settings.py b/gn3/settings.py index acf3619..13a2976 100644 --- a/gn3/settings.py +++ b/gn3/settings.py @@ -93,8 +93,6 @@ OAUTH2_SCOPE = ( "profile", "group", "role", "resource", "user", "masquerade", "introspect") -GNQA_DB = os.environ.get( - "GNQA_DB", f"{os.environ.get('HOME')}/tmp/gnqa.db") try: # *** SECURITY CONCERN *** |