use port 5000 on example ecosystem.yml

This commit is contained in:
HF 2023-12-11 16:49:27 +01:00
parent fe8541bcbf
commit d2fa61f3c6

View File

@ -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"