diff --git a/settings.json.template b/settings.json.template index b5b1ccfb..4275563a 100644 --- a/settings.json.template +++ b/settings.json.template @@ -49,9 +49,9 @@ "dbType" : "mysql", "dbSettings" : { - "user" : "root", + "user" : "etherpaduser", "host" : "localhost", - "password": "", + "password": "PASSWORD", "database": "etherpad_lite_db", "charset" : "utf8mb4" },