diff options
author | Frederick Muriuki Muriithi | 2024-03-05 07:46:56 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-03-05 07:46:56 +0300 |
commit | 9983b4273622dc5fd8b7d43d10d935f07e3c9eb6 (patch) | |
tree | 95c0cd36c77ac8683dd72c369d684b65b5ee345e /gn2/utility | |
parent | abe3c8b1b01d2b9fe6a33503ea54580753ae65f3 (diff) | |
download | genenetwork2-9983b4273622dc5fd8b7d43d10d935f07e3c9eb6.tar.gz |
configs: Fetch configs from app not `gn2.utility.tools`
Fetch configurations from the application, rather than from the
`gn2.utility.tools` module that does not get the updated values from
the secrets file.
Diffstat (limited to 'gn2/utility')
-rw-r--r-- | gn2/utility/tools.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gn2/utility/tools.py b/gn2/utility/tools.py index 29d94a43..5ed6dc7f 100644 --- a/gn2/utility/tools.py +++ b/gn2/utility/tools.py @@ -340,7 +340,3 @@ assert_dir(JS_CYTOSCAPE_PATH) assert_file(JS_CYTOSCAPE_PATH + '/cytoscape.min.js') # assert_file(PHEWAS_FILES+"/auwerx/PheWAS_pval_EMMA_norm.RData") - -AUTH_SERVER_URL = get_setting("AUTH_SERVER_URL") -OAUTH2_CLIENT_ID = get_setting('OAUTH2_CLIENT_ID') -OAUTH2_CLIENT_SECRET = get_setting('OAUTH2_CLIENT_SECRET') |