From d38f53181f151f45355718449aa3712566659c7a Mon Sep 17 00:00:00 2001 From: muxator Date: Sat, 11 Aug 2018 16:44:37 +0200 Subject: [PATCH] settings.json: in the mysql example, mention the existence of port parameter The port parameter is supported by the mysql driver, but to know this one has to read through ueberDB's code. At least for this simple case, it may make sense to be explicit. Fixes #3453 --- settings.json.template | 1 + 1 file changed, 1 insertion(+) 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"