diff --git a/conf/config.js b/conf/config.js index 2e155e0..1d7ea56 100644 --- a/conf/config.js +++ b/conf/config.js @@ -94,7 +94,7 @@ module.exports = { * that of your httpPort + 1. You probably don't need to change this. * */ - httpSafePort: __PORT_PORTI__, + // httpSafePort: 3001, /* Websockets need to be exposed on a separate port from the rest of * the platform's HTTP traffic. Port 3003 is used by default. diff --git a/manifest.toml b/manifest.toml index f7d53e6..408d3d0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -54,7 +54,6 @@ ram.runtime = "50M" [resources.ports] main.default = 3000 - porti.default = 3001 socket.default = 3003 [resources.system_user]