Skip to content

Instantly share code, notes, and snippets.

@xx7y7xx
Created September 26, 2016 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xx7y7xx/6f6d3aa253e91b25460a511a68d17e93 to your computer and use it in GitHub Desktop.
Save xx7y7xx/6f6d3aa253e91b25460a511a68d17e93 to your computer and use it in GitHub Desktop.
PM2 project config file
{
"apps": [{
"name": "ssc30-admin-app",
"cwd": "/var/www/ssc_web",
"script": "app_admin.js",
"log_date_format": "YYYY-MM-DD HH:mm Z",
"error_file": "./log/app_admin_err.log",
"out_file": "./log/app_admin_out.log",
"env": {
"PORT": "3001"
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment