• This project
    • Loading...
  • Sign in

fe / yohoblk-wap · 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
  • yohoblk-wap
  • process.json
  • max memory restsart 300m
    771c6a67
    by 陈峰
    2018-03-05 09:55:45 +0800  
    Browse Files
process.json 498 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": "yohoblk-wap",
            "script": "app.js",
            "instances": "4",
            "max_memory_restart": "300M",
            "exec_mode": "cluster",
            "merge_logs": true,
            "log_date_format": "YYYY-MM-DD HH:mm:ss Z",
            "error_file": "/Data/logs/node/yohoblk-wap-err.log",
            "out_file": "/Data/logs/node/yohoblk-wap-out.log",
            "env": {
                "PORT": 6004
            }
        }
    ]
}