diff options
Diffstat (limited to 'processes.json')
-rw-r--r-- | processes.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/processes.json b/processes.json new file mode 100644 index 00000000..7f874049 --- /dev/null +++ b/processes.json @@ -0,0 +1,19 @@ +{ + "apps": [{ + "name": "hackmd", + "script": "app.js", + "exec_mode": "fork", + "instances": 1, + "error_file": "./logs/hackmd-err.log", + "out_file": "./logs/hackmd-out.log", + "pid_file": "./hackmd.pid", + "env": { + "NODE_ENV": "production", + "DATABASE_URL": "change this", + "MONGOLAB_URI": "change this", + "PORT": "80", + "SSLPORT": "443", + "DOMAIN": "change this" + } + }] +}
\ No newline at end of file |