diff --git a/settings.json.template b/settings.json.template index 9314ebf97..684e9d598 100644 --- a/settings.json.template +++ b/settings.json.template @@ -83,6 +83,7 @@ "dbSettings" : { "user" : "etherpaduser", "host" : "localhost", + "port" : 3306, "password": "PASSWORD", "database": "etherpad_lite_db", "charset" : "utf8mb4"