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"