support different ports for websocket and http
parent
8d7c85f287
commit
5ae599fa07
@ -1,5 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
httpPort: 3000,
|
httpPort: 3000,
|
||||||
|
websocketPort: 3001,
|
||||||
mongoUri: "mongodb://demo_user:demo_password@ds027769.mongolab.com:27769/demo_database",
|
mongoUri: "mongodb://demo_user:demo_password@ds027769.mongolab.com:27769/demo_database",
|
||||||
mongoCollectionName: 'cryptpad'
|
mongoCollectionName: 'cryptpad'
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue