Move config from server.js into config.js.dist
parent
a6b88e276c
commit
8d7c85f287
@ -1,2 +1,3 @@
|
|||||||
www/bower/*
|
www/bower/*
|
||||||
node_modules
|
node_modules
|
||||||
|
/config.js
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
module.exports = {
|
||||||
|
httpPort: 3000,
|
||||||
|
mongoUri: "mongodb://demo_user:demo_password@ds027769.mongolab.com:27769/demo_database",
|
||||||
|
mongoCollectionName: 'cryptpad'
|
||||||
|
};
|
Loading…
Reference in New Issue