pixelplanet/deployment/example-ecosystem.yml
2022-01-03 14:11:28 +01:00

15 lines
406 B
YAML

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