Move config from server.js into config.js.dist

This commit is contained in:
kpcyrd
2014-10-31 17:48:17 +01:00
parent a6b88e276c
commit 8d7c85f287
4 changed files with 8 additions and 6 deletions

5
config.js.dist Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
httpPort: 3000,
mongoUri: "mongodb://demo_user:demo_password@ds027769.mongolab.com:27769/demo_database",
mongoCollectionName: 'cryptpad'
};