fix: add missing comma in config

This commit is contained in:
Glenn Y. Rolland 2021-04-30 14:33:19 +02:00
parent 3a357cd480
commit 29926827e4

View file

@ -76,7 +76,7 @@ if ! [ -f settings.json ]; then
"sessionKey" : "${ETHERPAD_SESSION_KEY}",
"trustProxy" : false,
"minify" : true,
"defaultPadText" : "Welcome to Etherpad!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nIMPORTANT: this pad will be deleted after 30 days. Please don't consider it as document storage."
"defaultPadText" : "Welcome to Etherpad!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nIMPORTANT: this pad will be deleted after 30 days. Please don't consider it as document storage.",
"dbType" : "mysql",
"dbSettings" : {
"user" : "${ETHERPAD_DB_USERNAME}",