pixelplanet/deployment/example-ecosystem.yml
HF 3051f80afd some README changes to be more clear about HOST and PORT env, making
sure that it works well with local builds and default settings
2022-01-07 16:03:35 +01:00

14 lines
367 B
YAML

apps:
- script : ./server.js
name : 'ppfun-server'
node_args: --nouse-idle-notification --expose-gc
env:
PORT: 80
HOST: "localhost"
REDIS_URL: 'redis://localhost:6379'
MYSQL_HOST: "localhost"
MYSQL_USER: "pixelplanet"
MYSQL_DATABASE: "pixelplanet"
MYSQL_PW: "sqlpassword"
SESSION_SECRET: "ayyylmao"