pixelplanet/deployment/example-ecosystem.yml

14 lines
369 B
YAML
Raw Normal View History

apps:
2022-01-03 12:59:40 +00:00
- script : ./server.js
name : 'ppfun-server'
node_args: --nouse-idle-notification --expose-gc
env:
2023-12-11 15:49:27 +00:00
PORT: 5000
HOST: "localhost"
REDIS_URL: 'redis://localhost:6379'
MYSQL_HOST: "localhost"
MYSQL_USER: "pixelplanet"
MYSQL_DATABASE: "pixelplanet"
MYSQL_PW: "sqlpassword"
SESSION_SECRET: "ayyylmao"