projects
/
ansible.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
eee793e
)
etherpad: configure DB charset like docs recommend
author
Ralf Jung
<post@ralfj.de>
Tue, 5 May 2020 11:22:25 +0000
(13:22 +0200)
committer
Ralf Jung
<post@ralfj.de>
Tue, 5 May 2020 11:22:25 +0000
(13:22 +0200)
roles/etherpad/templates/settings.json
patch
|
blob
|
history
diff --git
a/roles/etherpad/templates/settings.json
b/roles/etherpad/templates/settings.json
index 97a3ade7211d32b14934b82d87ffd270eba4cd03..61a324eb307ba74f4f5a9f3304a67b292f21ccdb 100644
(file)
--- a/
roles/etherpad/templates/settings.json
+++ b/
roles/etherpad/templates/settings.json
@@
-17,7
+17,8
@@
"user" : "etherpad",
"host" : "localhost",
"password": "{{etherpad.mysql_password}}",
"user" : "etherpad",
"host" : "localhost",
"password": "{{etherpad.mysql_password}}",
- "database": "etherpad"
+ "database": "etherpad",
+ "charset" : "utf8mb4"
},
//the default text of a pad
},
//the default text of a pad