diff --git a/settings.json.template b/settings.json.template index 699880bd..b5b1ccfb 100644 --- a/settings.json.template +++ b/settings.json.template @@ -45,12 +45,14 @@ }, /* An Example of MySQL Configuration + See https://github.com/ether/etherpad-lite/wiki/How-to-use-Etherpad-Lite-with-MySQL + "dbType" : "mysql", "dbSettings" : { "user" : "root", "host" : "localhost", "password": "", - "database": "store", + "database": "etherpad_lite_db", "charset" : "utf8mb4" }, */