mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-15 02:34:48 -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
|
@ -51,5 +51,8 @@
|
|||
// "httpAuth" : "user:pass",
|
||||
|
||||
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
|
||||
"loglevel": "INFO"
|
||||
"loglevel": "INFO",
|
||||
|
||||
/* cache 6 hours = 1000*60*60*6 */
|
||||
"maxAge": 21600000
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue