support different ports for websocket and http
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module.exports = {
|
||||
httpPort: 3000,
|
||||
websocketPort: 3001,
|
||||
mongoUri: "mongodb://demo_user:demo_password@ds027769.mongolab.com:27769/demo_database",
|
||||
mongoCollectionName: 'cryptpad'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user