about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn3/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn3/settings.py b/gn3/settings.py
index fe747aa..062c1e6 100644
--- a/gn3/settings.py
+++ b/gn3/settings.py
@@ -65,3 +65,5 @@ ROUND_TO = 10
 MULTIPROCESSOR_PROCS = 6 # Number of processes to spawn
 
 AUTH_MIGRATIONS = "migrations/auth/"
+AUTH_DB = os.environ.get(
+    "AUTH_DB", f"{os.environ.get('HOME')}/genenetwork/gn3_files/db/auth.db")