pixelplanet/deployment/example-ecosystem.yml

14 lines
369 B
YAML

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