• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · Files

Go to a project

GitLab

  • Go to group
  • 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
  • fix image param q
    2b8f9c9f
    by 姜枫
    2017-01-12 09:46:53 +0800  
    Browse Files
process.json 508 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
    "apps": [
        {
            "name": "yohobuywap-node",
            "script": "app.js",
            "instances": "3",
            "exec_mode": "cluster",
            "merge_logs": true,
            "log_date_format": "YYYY-MM-DD HH:mm:ss Z",
            "error_file": "/Data/logs/node/yohobuywap-node-err.log",
            "out_file": "/Data/logs/node/yohobuywap-node-out.log",
            "env": {
                "TZ": "Asia/Shanghai",
                "PORT": 6001
            }
        }
    ]
}