diff options
-rw-r--r-- | gn3/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/settings.py b/gn3/settings.py index 74d0ac4..769a5b2 100644 --- a/gn3/settings.py +++ b/gn3/settings.py @@ -91,7 +91,7 @@ OAUTH2_SCOPE = ( "introspect") GNQA_DB = os.environ.get( - "GNQA_DB", f"{os.environ.get('HOME')}/genenetwork/gn3_files/db/gnqa.db") + "GNQA_DB", f"{os.environ.get('HOME')}/tmp/gnqa.db") try: # *** SECURITY CONCERN *** |