From 5b234a4506f8d4475bb0fa98b452366e2b753450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 24 May 2024 13:25:08 +0200 Subject: [PATCH] remove port --- conf/config.js | 2 +- manifest.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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]