From 29926827e4c894178078b6efc70ca20a22959718 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 30 Apr 2021 14:33:19 +0200 Subject: [PATCH] fix: add missing comma in config --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 0be50a1..e45c5e6 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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}",