projects
/
ansible.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix apache HTTP2HTTPS redirect config
[ansible.git]
/
roles
/
etherpad
/
templates
/
settings.json
diff --git
a/roles/etherpad/templates/settings.json
b/roles/etherpad/templates/settings.json
index 74bb3c67e2f80a05cdbdcb26fe4052f8f3d0d4a9..61a324eb307ba74f4f5a9f3304a67b292f21ccdb 100644
(file)
--- a/
roles/etherpad/templates/settings.json
+++ b/
roles/etherpad/templates/settings.json
@@
-4,6
+4,8
@@
Please edit settings.json, not settings.json.template
*/
{
Please edit settings.json, not settings.json.template
*/
{
+ "skinName": "colibris",
+
//IP and port which etherpad should bind at
"ip": "127.0.0.1",
"port" : 9001,
//IP and port which etherpad should bind at
"ip": "127.0.0.1",
"port" : 9001,
@@
-15,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