mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-30 12:19:13 -04:00
Bugfix to not have server required anywhere as it causes problems for command line script usage of modules
This commit is contained in:
parent
a5366a0a16
commit
dbdc53307e
5 changed files with 12 additions and 10 deletions
|
@ -40,5 +40,9 @@
|
|||
|
||||
/* This is the path to the Abiword executable. Setting it to null, disables abiword.
|
||||
Abiword is needed to enable the import/export of pads*/
|
||||
"abiword" : null
|
||||
"abiword" : null,
|
||||
|
||||
/* cache 6 hours = 1000*60*60*6 */
|
||||
"maxAge": 21600000
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue