mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
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:
parent
392f39b623
commit
d38f53181f
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@
|
|||
"dbSettings" : {
|
||||
"user" : "etherpaduser",
|
||||
"host" : "localhost",
|
||||
"port" : 3306,
|
||||
"password": "PASSWORD",
|
||||
"database": "etherpad_lite_db",
|
||||
"charset" : "utf8mb4"
|
||||
|
|
Loading…
Reference in a new issue