diff options
Diffstat (limited to '')
-rw-r--r-- | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ MONGOLAB_URI='change this' \ PORT='80' \ SSLPORT='443' \ DOMAIN='change this' \ -forever -a --uid hackmd start app.js
\ No newline at end of file +forever -a --uid hackmd -l ./logs/hackmd_log.log -o ./logs/hackmd_out.log -e ./logs/hackmd_error.log start app.js
\ No newline at end of file |