Update settings.json.template

This commit is contained in:
Wikinaut 2018-05-11 01:14:47 +02:00 committed by muxator
parent 784bd8c7cc
commit 6dd172d6b7
1 changed files with 2 additions and 2 deletions

View File

@ -49,9 +49,9 @@
"dbType" : "mysql",
"dbSettings" : {
"user" : "root",
"user" : "etherpaduser",
"host" : "localhost",
"password": "",
"password": "PASSWORD",
"database": "etherpad_lite_db",
"charset" : "utf8mb4"
},