diff --git a/conf/settings.json b/conf/settings.json index c77936b..6c65f50 100644 --- a/conf/settings.json +++ b/conf/settings.json @@ -126,7 +126,7 @@ * "port" : "/somepath/etherpad.socket", // <-- path to a Unix socket */ "ip": "127.0.0.1", - "port": __PORT__, + "port" : __PORT__, /* * Option to hide/show the settings.json in admin page. @@ -172,7 +172,7 @@ "rtl": false, "alwaysShowChat": false, "chatAndUsers": false, - "lang": "__LANGUAGE__", + "lang": "__LANGUAGE__" }, /* @@ -298,7 +298,7 @@ * it to null disables Abiword and will only allow plain text and HTML * import/exports. */ - "abiword": null, + "abiword" : null, /* * This is the absolute path to the soffice executable. @@ -306,7 +306,7 @@ * LibreOffice can be used in lieu of Abiword to export pads. * Setting it to null disables LibreOffice exporting. */ - "soffice": null, + "soffice" : null, /* * Path to the Tidy executable.