1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Update settings.json

This commit is contained in:
ericgaspar 2020-09-06 11:25:44 +02:00
parent b8c1fd12b6
commit 82ff98eee3
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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