X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/7b074453c748cf671fe94ac6fb24856d837a574d..e62ee79d5f01b8742e492bccad5a8cd163d811ac:/roles/etherpad/templates/settings.json?ds=inline diff --git a/roles/etherpad/templates/settings.json b/roles/etherpad/templates/settings.json index 61a324e..b77f9e4 100644 --- a/roles/etherpad/templates/settings.json +++ b/roles/etherpad/templates/settings.json @@ -15,7 +15,7 @@ "dbType" : "mysql", "dbSettings" : { "user" : "etherpad", - "host" : "localhost", + "host" : "127.0.0.1", "password": "{{etherpad.mysql_password}}", "database": "etherpad", "charset" : "utf8mb4"