initial https version fix #1148

This commit is contained in:
Wikinaut 2012-11-22 10:12:58 +01:00
parent 1899e3f48d
commit eed6b752d4
4 changed files with 43 additions and 3 deletions

View file

@ -48,6 +48,13 @@ exports.ip = "0.0.0.0";
* The Port ep-lite should listen to
*/
exports.port = process.env.PORT || 9001;
/**
* The SSL signed server key and the Certificate Authority's own certificate
* default case: ep-lite does *not* use SSL. A signed server key is not required in this case.
*/
exports.ssl = false;
/*
* The Type of the database
*/