diff options
author | Frederick Muriuki Muriithi | 2023-09-20 13:19:37 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-09-20 13:19:37 +0300 |
commit | 8bcd9c78476c6047fb01331bdc1d0ccacdd24975 (patch) | |
tree | 0b7cf19fca094924db7596bfd8967b14f30f78ad /genenetwork-development.scm | |
parent | 86c501101ed94e7ac927dec3313db78b27eea807 (diff) | |
download | gn-machines-8bcd9c78476c6047fb01331bdc1d0ccacdd24975.tar.gz |
Pass "secrets" configurations to GN2
We need to pass in secrets to the running applications. This commit
does it for GeneNetwork2.
Diffstat (limited to 'genenetwork-development.scm')
-rw-r--r-- | genenetwork-development.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index 056bec1..176d37c 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -205,6 +205,7 @@ executed." (setenv "GENENETWORK_FILES" #$genotype-files) (setenv "HOME" "/tmp") (setenv "SQL_URI" "mysql://webqtlout:webqtlout@localhost/db_webqtl") + (setenv "GN2_SETTINGS" "/etc/genenetwork/conf/gn2_settings.py") (chdir "genenetwork2") (apply invoke '#$test-command)))))) |