mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -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,9 +51,6 @@ console.log("Report bugs at https://github.com/Pita/etherpad-lite/issues")
|
|||
|
||||
var serverName = "Etherpad-Lite " + version + " (http://j.mp/ep-lite)";
|
||||
|
||||
//cache 6 hours
|
||||
exports.maxAge = 1000*60*60*6;
|
||||
|
||||
//set loglevel
|
||||
log4js.setGlobalLogLevel(settings.loglevel);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue