diff options
Diffstat (limited to 'genenetwork-local-container.scm')
-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 c25063e..08789f5 100644 --- a/genenetwork-local-container.scm +++ b/genenetwork-local-container.scm @@ -138,12 +138,12 @@ server described by CONFIG, a <genenetwork-configuration> object." (setenv "GN3_CONF" #$(mixed-text-file "gn3.conf" "SPARQL_ENDPOINT=\"" sparql-endpoint "\"\n" - "GN3_SECRETS=\"" gn3-secrets "\"\n" "DATA_DIR=\"" data-directory "\"\n" "AUTH_SERVER_URL=\"http://localhost:8084/\"\n" "XAPIAN_DB_PATH=\"" xapian-db-path "\"\n" "AUTH_DB=\"" auth-db-path "\"\n" "LLM_DB_PATH=\"" llm-db-path "\"\n")) + (setenv "GN3_SECRETS" #$gn3-secrets) (setenv "HOME" "/tmp") (setenv "SQL_URI" "mysql://webqtlout:webqtlout@localhost/db_webqtl?unix_socket=/run/mysqld/mysqld.sock") (setenv "RSCRIPT" #$(file-append |