diff options
author | Frederick Muriuki Muriithi | 2025-01-29 13:28:41 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-29 13:28:41 -0600 |
commit | 92c4c0b142fcf22c1144dacbb86b5891eb798b6f (patch) | |
tree | 6d348618d0bad2e04cf268f1d1bacbaa6821229a | |
parent | c046119e6081b325830d1d3b175f0a2575b1bb22 (diff) | |
download | gn-machines-92c4c0b142fcf22c1144dacbb86b5891eb798b6f.tar.gz |
Update the SQL URI for the uploader container.
-rw-r--r-- | uploader.scm | 3 |
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") |