GitBucket
4.6.0
Toggle navigation
Sign in
Files
Branches
1
Tags
Issues
Pull Requests
Labels
Milestones
Wiki
08335
/
hivui-platform-template
hivui平台项目模板
Browse code
add
master
1 parent
646255f
commit
2b66e6c344c5eec782ee8d9b2da917862e34e5a0
caibinghong
authored
on 26 Sep 2021
Showing
1 changed file
processes.json
Ignore Space
Show notes
View
processes.json
{ "apps": [ { "name": "vite-work", "cwd": "./", "script": "./build/bin/pm2.js", "args":"--host", "log_date_format": "YYYY-MM-DD HH:mm:ss", "error_file": "./hi-vui-logs/node-app.stderr.log", "out_file": "./hi-vui-logs/node-app.stdout.log", "pid_file": "./hi-vui-logs/node-geo-api.pid", "instances": 1, "min_uptime": "60s", "max_restarts": 100000, "max_memory_restart": "512M", "watch": false, "ignore_watch": ["hi-vui-logs","eaptpl","eaptpl_backup","test","build","config","node_modules"], "merge_logs": true, "exec_interpreter": "node", "exec_mode": "cluster", "autorestart": false, "vizion": false } ] }
{ "apps": [ { "name": "vite-work", "cwd": "./", "script": "./build/bin/pm2.js", "args":"--host", "log_date_format": "YYYY-MM-DD HH:mm:ss", "error_file": "./hi-vui-logs/node-app.stderr.log", "out_file": "./hi-vui-logs/node-app.stdout.log", "pid_file": "./hi-vui-logs/node-geo-api.pid", "instances": 1, "min_uptime": "60s", "max_restarts": 100000, "max_memory_restart": "512M", "watch": true, "ignore_watch": ["hi-vui-logs","eaptpl","eaptpl_backup","test","build","config","node_modules"], "merge_logs": true, "exec_interpreter": "node", "exec_mode": "cluster", "autorestart": false, "vizion": false } ] }
Show line notes below