summaryrefslogtreecommitdiff
path: root/processes.json
diff options
context:
space:
mode:
Diffstat (limited to 'processes.json')
-rw-r--r--processes.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/processes.json b/processes.json
deleted file mode 100644
index 7f874049..00000000
--- a/processes.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "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