aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")