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:
Andrew Liu 2011-08-24 21:59:50 +08:00
parent 7e4bba0e31
commit 95f1992e4d
4 changed files with 44 additions and 1 deletions

View file

@ -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
}