aboutsummaryrefslogtreecommitdiff
path: root/production.scm
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-01-26 10:52:36 -0600
committerFrederick Muriuki Muriithi2025-01-26 11:33:36 -0600
commitb0b608fe1d9ee363c1c9ff7e403d7ca19a84a08a (patch)
treecb1724c7269b98d584d352f38504544318435f80 /production.scm
parent0247c843c88eac9591b74da0e854663c613ab7fc (diff)
downloadgn-machines-b0b608fe1d9ee363c1c9ff7e403d7ca19a84a08a.tar.gz
Specify the character-set for the DB connection.
Diffstat (limited to 'production.scm')
-rw-r--r--production.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/production.scm b/production.scm
index 933320a..dfa4f3d 100644
--- a/production.scm
+++ b/production.scm
@@ -80,7 +80,7 @@
(gn3-port 9895)
(gn-auth-port 9896)
(sql-uri
- "mysql://webqtlout:webqtlout@localhost/db_webqtl?unix_socket=/run/mysqld/mysqld.sock")
+ "mysql://webqtlout:webqtlout@localhost/db_webqtl?unix_socket=/run/mysqld/mysqld.sock&charset=utf8")
(xapian-db "/var/lib/xapian")
(sparql-endpoint "http://localhost:9893/sparql")
(gn3-data-directory "/var/genenetwork/data/genenetwork3")