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
This commit is contained in:
muxator 2018-08-11 16:44:37 +02:00
parent 392f39b623
commit d38f53181f
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@
"dbSettings" : {
"user" : "etherpaduser",
"host" : "localhost",
"port" : 3306,
"password": "PASSWORD",
"database": "etherpad_lite_db",
"charset" : "utf8mb4"