mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
basic support for cloudfoundry.
Add - Entry point server.js - Load port and mysql configuraion from env variable - Tunable polling duration
This commit is contained in:
parent
7e4bba0e31
commit
95f1992e4d
4 changed files with 44 additions and 1 deletions
|
@ -37,5 +37,8 @@
|
|||
"abiword" : null,
|
||||
|
||||
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
|
||||
"loglevel": "INFO"
|
||||
"loglevel": "INFO",
|
||||
|
||||
/* The xhr-polling duration, default value is 20. */
|
||||
"pollingDuration" : 20
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue