diff options
author | Frederick Muriuki Muriithi | 2023-09-20 13:55:45 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-09-20 13:55:45 +0300 |
commit | 416bf833737b23e86756b68e0cb162529bbd2665 (patch) | |
tree | 7d17373411772088a00a21b014eaa02dd1107097 /genenetwork-development.scm | |
parent | 8bcd9c78476c6047fb01331bdc1d0ccacdd24975 (diff) | |
download | gn-machines-416bf833737b23e86756b68e0cb162529bbd2665.tar.gz |
Set the envvar in the gexp
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 176d37c..a16fdcf 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -505,6 +505,7 @@ server described by CONFIG, a <genenetwork-configuration> object." (string-append (getcwd) "/genenetwork3")) ;; Set other environment variables required by ;; genenetwork2. + (setenv "GN2_SETTINGS" "/etc/genenetwork/conf/gn2_settings.py") (setenv "SERVER_PORT" #$(number->string gn2-port)) (setenv "GN2_PROFILE" #$(profile (content (package->development-manifest genenetwork2)) |