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:
parent
b8c1fd12b6
commit
82ff98eee3
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue