mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-15 02:34:48 -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
|
@ -14,7 +14,18 @@
|
|||
//Ip and port which etherpad should bind at
|
||||
"ip": "0.0.0.0",
|
||||
"port" : 9001,
|
||||
|
||||
|
||||
/*
|
||||
// Node native SSL support
|
||||
// make sure to have the correct file access permissions set
|
||||
|
||||
"ssl" : {
|
||||
"key" : "/path-to-your/server.key",
|
||||
"cert" : "/path-to-your/server.crt"
|
||||
},
|
||||
|
||||
*/
|
||||
|
||||
//The Type of the database. You can choose between dirty, postgres, sqlite and mysql
|
||||
//You shouldn't use "dirty" for for anything else than testing or development
|
||||
"dbType" : "dirty",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue