mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
initial https version fix #1148
This commit is contained in:
parent
1899e3f48d
commit
eed6b752d4
4 changed files with 43 additions and 3 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue