aboutsummaryrefslogtreecommitdiff
path: root/gn3/settings.py
diff options
context:
space:
mode:
authorAlexander_Kabui2024-01-03 17:52:53 +0300
committerAlexander_Kabui2024-01-03 17:52:53 +0300
commitfa80365933d445418e775fdd6baa01328c41a987 (patch)
treec9b961f922535c85b79e56b80b669c4ec0f8e7bc /gn3/settings.py
parentf69cf8d0ac4b2bf910ca2767676b327592b8448a (diff)
downloadgenenetwork3-fa80365933d445418e775fdd6baa01328c41a987.tar.gz
fetch auth token from current app
Diffstat (limited to 'gn3/settings.py')
-rw-r--r--gn3/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn3/settings.py b/gn3/settings.py
index a929e11..ca4d271 100644
--- a/gn3/settings.py
+++ b/gn3/settings.py
@@ -34,7 +34,6 @@ SECRET_KEY = "password"
# gn2 results only used in fetching dataset info
# FAHAMU API TOKEN
-FAHAMU_AUTH_TOKEN = os.environ.get("FAHAMU_AUTH_TOKEN","")
GN2_BASE_URL = "http://www.genenetwork.org/"