summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorStefan <mu.stefan@googlemail.com>2015-12-21 21:02:54 +0100
committerStefan <mu.stefan@googlemail.com>2015-12-21 21:02:54 +0100
commit8bf53c63cc3ffd0224179e15d999459ec6274323 (patch)
tree3a6aac4b277e80fadc319d15f3f7da3177655fc0 /settings.json.template
parentb519f9f156607643d46aa30f843e599ab40e73c3 (diff)
downloadetherpad-lite-8bf53c63cc3ffd0224179e15d999459ec6274323.zip
set charset for mysql connection in settings.json
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.json.template b/settings.json.template
index ceb9efb3..9eaec478 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -47,7 +47,8 @@
"user" : "root",
"host" : "localhost",
"password": "",
- "database": "store"
+ "database": "store",
+ "charset" : "utf8mb4"
},
*/