diff options
author | Frederick Muriuki Muriithi | 2024-02-28 12:08:06 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-02-28 12:09:02 +0300 |
commit | 62f5f898558f78f4442713f9a7d1982e1adc3b42 (patch) | |
tree | b155e6f471491a1b6249c5f40a0648b5afb6f52c | |
parent | fa432730bb7a10c720d6bb644c7229cca1192fe8 (diff) | |
download | gn-machines-62f5f898558f78f4442713f9a7d1982e1adc3b42.tar.gz |
Set up correct secrets file for gn-auth
-rw-r--r-- | genenetwork-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index ac9b686..78ee9f3 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -556,7 +556,7 @@ server described by CONFIG, a <genenetwork-configuration> object." (setenv "GN_AUTH_CONF" #$(mixed-text-file "gn-auth.conf" "AUTH_DB=\"" auth-db-path "\"\n")) - (setenv "GN_AUTH_INSTANCE_PATH" "/etc/genenetwork/conf/gn-auth") + (setenv "GN_AUTH_SECRETS" "/etc/genenetwork/conf/gn-auth/secrets.py") (setenv "HOME" "/tmp") (setenv "AUTHLIB_INSECURE_TRANSPORT" "true") ;; Run gn-auth. |