• This project
    • Loading...
  • Sign in

张泽世 / yohobuywap-node · Files

Go to a project

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuywap-node
  • process.json
  • add pm2 start config. and we can start&reload application use `pm2 startOrReload process.json`
    6aeff8dc
    by 姜枫
    2016-05-25 15:07:00 +0800  
    Browse Files
process.json 246 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
{
    "apps": [
        {
            "name": "yohobuywap-node",
            "script": "app.js",
            "instances": "max",
            "exec_mode": "cluster",
            "env": {
                "PORT": 6001
            }
        }
    ]
}