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"