Skip to content

Commit

Permalink
Add example for referencing -l -o and -e parameters from within a JSO…
Browse files Browse the repository at this point in the history
…N config file (#869)
  • Loading branch information
adamreisnz authored and kibertoad committed Jan 5, 2019
1 parent 036c028 commit c78e3df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ In addition to passing forever the path to a script (along with accompanying opt
"append": true,
"watch": true,
"script": "index.js",
"sourceDir": "/home/myuser/app"
"sourceDir": "/home/myuser/app",
"logFile": "/home/myuser/logs/forever.log",
"outFile": "/home/myuser/logs/out.log",
"errFile": "/home/myuser/logs/error.log"
}
```

Expand Down

0 comments on commit c78e3df

Please sign in to comment.