diff options
Diffstat (limited to 'production.scm')
-rw-r--r-- | production.scm | 2 |
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") |