added ability to use https

This commit is contained in:
Caleb James DeLisle
2014-12-04 10:53:47 +01:00
parent f696cfc954
commit 6687a1d5dc
3 changed files with 37 additions and 3 deletions

View File

@@ -3,5 +3,10 @@ module.exports = {
websocketPort: 3001,
mongoUri: "mongodb://demo_user:demo_password@ds027769.mongolab.com:27769/demo_database",
// mongoUri: "mongodb://localhost:27017/cryptpad",
mongoCollectionName: 'cryptpad'
mongoCollectionName: 'cryptpad',
//privKeyAndCertFiles: [
// '/etc/apache2/ssl/my_secret.key',
// '/etc/apache2/ssl/my_public_cert.crt',
// '/etc/apache2/ssl/my_certificate_authorities_cert_chain.ca'
//],
};