git://repos.xcallymotion.com
/
motion.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Built motion from commit ee60659.|0.0.144
[motion.git]
/
server
/
app.json
1
{
2
"apps": [{
3
"name": "motion",
4
"script": "app.js",
5
"env": {
6
"NODE_ENV": "production"
7
},
8
"cwd": "/var/opt/motion/server",
9
"error_file": "/var/log/xcally/motion-err.log",
10
"out_file": "/var/log/xcally/motion-out.log",
11
"log_date_format": "YYYY-MM-DD HH:mm Z",
12
"merge_logs": true,
13
}]
14
}