{ "apps": [ { "name": "fuxi-insight-server", "script": "server/bin/www", "cwd": "./", "watch_delay": 500, "watch":["config","db","server","middleware", "models","utils"], "ignore_watch": ["node_modules","logs","server/public"], "max_memory_restart": "1000M", "max_restarts": 15, "out_file": "./logs/output.log", "error_file": "./logs/error.log", "env": { "NODE_ENV": "dev" } } ] }