about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--genenetwork-local-container.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/genenetwork-local-container.scm b/genenetwork-local-container.scm
index dd9976c..5d13f6c 100644
--- a/genenetwork-local-container.scm
+++ b/genenetwork-local-container.scm
@@ -144,6 +144,7 @@ server described by CONFIG, a <genenetwork-configuration> object."
                                        "AUTH_DB=\"" auth-db-path "\"\n"
                                        "LLM_DB_PATH=\"" llm-db-path "\"\n"))
             (setenv "HOME" "/tmp")
+            (setenv "SQL_URI" "mysql://webqtlout:webqtlout@localhost/db_webqtl?unix_socket=/run/mysqld/mysqld.sock")
             (setenv "RSCRIPT" #$(file-append
                                  (profile
                                   (content (package->development-manifest genenetwork3))