about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-01-29 13:28:41 -0600
committerFrederick Muriuki Muriithi2025-01-29 13:28:41 -0600
commit92c4c0b142fcf22c1144dacbb86b5891eb798b6f (patch)
tree6d348618d0bad2e04cf268f1d1bacbaa6821229a
parentc046119e6081b325830d1d3b175f0a2575b1bb22 (diff)
downloadgn-machines-92c4c0b142fcf22c1144dacbb86b5891eb798b6f.tar.gz
Update the SQL URI for the uploader container.
-rw-r--r--uploader.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/uploader.scm b/uploader.scm
index 580bdf9..3cbe53f 100644
--- a/uploader.scm
+++ b/uploader.scm
@@ -64,7 +64,8 @@
                              (gn2-port 10894)
                              (gn3-port 10895)
                              (gn-auth-port 10896)
-                             (sql-uri "mysql://webqtlout:webqtlout@127.0.0.1:3307/db_webqtl")
+                             (sql-uri
+                              "mysql://webqtlout:webqtlout@localhost/db_webqtl?unix_socket=/run/mysqld/mysqld.sock&charset=utf8")
                              (auth-db "/export/data/genenetwork-sqlite/auth.db")
                              (xapian-db "/export/data/genenetwork-xapian")
                              (genotype-files "/export/data/genenetwork/genotype_files")