Built motion from commit 1333b3551.|1.0.38
[motion.git] / server / app.json
1 {
2   "apps": [{
3     "name": "motion",
4     "script": "app.js",
5     "env": {
6       "NODE_ENV": "production",
7       "REDIS_PWD": ""
8     },
9     "cwd": "/var/opt/motion/server",
10     "error_file": "/var/log/xcally/motion-err.log",
11     "out_file": "/var/log/xcally/motion-out.log",
12     "log_date_format": "YYYY-MM-DD HH:mm Z",
13     "merge_logs": true,
14     "node_args": [
15       "--expose-gc",
16       "--max-old-space-size=4096"
17     ]
18   }]
19 }