]> git.ralfj.de Git - ansible.git/blobdiff - roles/etherpad/templates/settings.json
add apple to list of greylisting-breaking offenders
[ansible.git] / roles / etherpad / templates / settings.json
index 97a3ade7211d32b14934b82d87ffd270eba4cd03..b77f9e46d98cf05b8543b5b1959dada8f385fcd5 100644 (file)
    "dbType" : "mysql",
    "dbSettings" : {
                     "user"    : "etherpad",
    "dbType" : "mysql",
    "dbSettings" : {
                     "user"    : "etherpad",
-                    "host"    : "localhost",
+                    "host"    : "127.0.0.1",
                     "password": "{{etherpad.mysql_password}}",
                     "password": "{{etherpad.mysql_password}}",
-                    "database": "etherpad"
+                    "database": "etherpad",
+                    "charset" : "utf8mb4"
                   },
 
   //the default text of a pad
                   },
 
   //the default text of a pad