diff options
author | Frederick Muriuki Muriithi | 2025-02-21 08:11:46 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-24 12:23:19 -0600 |
commit | 5f191ccb0ab2b9faf1ef70caf6c57781be69cb72 (patch) | |
tree | eb146c394884a64569e28dc46072727eb3f301c7 | |
parent | 32302924ec92e6d47d0a3089fe1678269c16a8f6 (diff) | |
download | gn-machines-5f191ccb0ab2b9faf1ef70caf6c57781be69cb72.tar.gz |
gn-auth: Remove obsolete configuration variables.
-rw-r--r-- | genenetwork/services/genenetwork.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/genenetwork/services/genenetwork.scm b/genenetwork/services/genenetwork.scm index 360a6e3..7861494 100644 --- a/genenetwork/services/genenetwork.scm +++ b/genenetwork/services/genenetwork.scm @@ -386,9 +386,7 @@ object." (configuration-file-gexp `(("GN_AUTH_SECRETS" ,(string-append gn-auth-secrets "/gn-auth-secrets.py")) ("AUTH_DB" ,auth-db) - ("SQL_URI" ,sql-uri) - ("CLIENTS_SSL_PUBLIC_KEYS_DIR" ,(string-append gn-auth-secrets "/clients-public-keys")) - ("SSL_PRIVATE_KEY" ,(string-append gn-auth-secrets "/gn-auth-ssl-private-key.pem")))))) + ("SQL_URI" ,sql-uri))))) (gn2-tmpdir (string-append gn-tmpdir "/gn2-tmpdir")) (gn3-tmpdir (string-append gn-tmpdir "/gn3-tmpdir"))) (list (gunicorn-app |