From d2fa61f3c6131c5330436a67b50de1ada87cbbf0 Mon Sep 17 00:00:00 2001 From: HF Date: Mon, 11 Dec 2023 16:49:27 +0100 Subject: [PATCH] use port 5000 on example ecosystem.yml --- deployment/example-ecosystem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/example-ecosystem.yml b/deployment/example-ecosystem.yml index f6b07215..17df6399 100644 --- a/deployment/example-ecosystem.yml +++ b/deployment/example-ecosystem.yml @@ -3,7 +3,7 @@ apps: name : 'ppfun-server' node_args: --nouse-idle-notification --expose-gc env: - PORT: 80 + PORT: 5000 HOST: "localhost" REDIS_URL: 'redis://localhost:6379' MYSQL_HOST: "localhost"