2014-10-31 17:48:17 +01:00
|
|
|
module.exports = {
|
|
|
|
|
httpPort: 3000,
|
2014-11-03 11:13:41 +01:00
|
|
|
websocketPort: 3001,
|
2014-10-31 17:48:17 +01:00
|
|
|
mongoUri: "mongodb://demo_user:demo_password@ds027769.mongolab.com:27769/demo_database",
|
2014-11-03 21:44:35 +01:00
|
|
|
// mongoUri: "mongodb://localhost:27017/cryptpad",
|
2014-10-31 17:48:17 +01:00
|
|
|
mongoCollectionName: 'cryptpad'
|
|
|
|
|
};
|