cryptpad/config.js.dist

13 lines
447 B
Plaintext
Raw Normal View History

module.exports = {
httpPort: 3000,
websocketPort: 3001,
mongoUri: "mongodb://demo_user:demo_password@ds027769.mongolab.com:27769/demo_database",
// mongoUri: "mongodb://localhost:27017/cryptpad",
2014-12-04 09:53:47 +00:00
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'
//],
};