Skip to content

Commit

Permalink
settings.json: in the mysql example, mention the existence of port pa…
Browse files Browse the repository at this point in the history
…rameter

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
  • Loading branch information
muxator committed Aug 11, 2018
1 parent 392f39b commit d38f531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.json.template
Expand Up @@ -83,6 +83,7 @@
"dbSettings" : {
"user" : "etherpaduser",
"host" : "localhost",
"port" : 3306,
"password": "PASSWORD",
"database": "etherpad_lite_db",
"charset" : "utf8mb4"
Expand Down

0 comments on commit d38f531

Please sign in to comment.