mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Update settings.json.template
This commit is contained in:
parent
784bd8c7cc
commit
6dd172d6b7
1 changed files with 2 additions and 2 deletions
|
@ -49,9 +49,9 @@
|
|||
|
||||
"dbType" : "mysql",
|
||||
"dbSettings" : {
|
||||
"user" : "root",
|
||||
"user" : "etherpaduser",
|
||||
"host" : "localhost",
|
||||
"password": "",
|
||||
"password": "PASSWORD",
|
||||
"database": "etherpad_lite_db",
|
||||
"charset" : "utf8mb4"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue