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

@ -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",