From: Ralf Jung Date: Tue, 5 May 2020 11:22:25 +0000 (+0200) Subject: etherpad: configure DB charset like docs recommend X-Git-Url: https://git.ralfj.de/ansible.git/commitdiff_plain/935655298bea94aaf25ebee302f3c04735b6d604 etherpad: configure DB charset like docs recommend --- diff --git a/roles/etherpad/templates/settings.json b/roles/etherpad/templates/settings.json index 97a3ade..61a324e 100644 --- a/roles/etherpad/templates/settings.json +++ b/roles/etherpad/templates/settings.json @@ -17,7 +17,8 @@ "user" : "etherpad", "host" : "localhost", "password": "{{etherpad.mysql_password}}", - "database": "etherpad" + "database": "etherpad", + "charset" : "utf8mb4" }, //the default text of a pad