Built motion from commit f861bcb808219e66da88ba48b61bddb35224a65e. Version 3.0.0...
[motion-next.git] / server / app.json
1 {
2   "apps": [
3     {
4       "name": "motion2",
5       "script": "server/app.js",
6       "env": {
7         "NODE_ENV": "production"
8       },
9       "cwd": "/var/opt/motion2",
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         "-r",
16         "dotenv/config"
17       ]
18     }
19   ]
20 }