diff options
author | Munyoki Kilyungi | 2025-04-22 20:29:53 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2025-04-22 20:36:21 +0300 |
commit | 41d3d3bd47d681d943b89bfe21da0f2a08a82d65 (patch) | |
tree | b46a3f7e6886789fc51b4c5ed7564c77e896b148 | |
parent | 0ddfd46eaace5835b2cb6a85dbd027bf4563b0c6 (diff) | |
download | gn-machines-41d3d3bd47d681d943b89bfe21da0f2a08a82d65.tar.gz |
Set "gn-auth-secrets" to a secrets files instead of a directory.
-rw-r--r-- | genenetwork-local-container.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-local-container.scm b/genenetwork-local-container.scm index 014c702..c6c8738 100644 --- a/genenetwork-local-container.scm +++ b/genenetwork-local-container.scm @@ -60,7 +60,7 @@ (gn3-secrets genenetwork-configuration-gn3-secrets (default "/etc/genenetwork/conf/gn3/secrets.py")) (gn-auth-secrets genenetwork-configuration-gn-auth-secrets - (default "/etc/genenetwork")) + (default "/etc/genenetwork/conf/gn-auth/secrets.py")) (genotype-files genenetwork-configuration-genotype-files (default "/var/genenetwork/genotype-files")) (sparql-endpoint genenetwork-configuration-sparql-endpoint |