summaryrefslogtreecommitdiff
path: root/processes.json
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-15 16:47:03 +0800
committerWu Cheng-Han2015-09-15 16:47:03 +0800
commit69538a26ade4317c4ae025d5ced868dde6a2dbcc (patch)
tree093b8c72f67fd94b254e8e58cd9e487c7ee513c2 /processes.json
parent54e48d10ff9b3f685a06f5963db552bd778adb7a (diff)
Removed server deploy files, logs and backups directories.
Let user choose any daemon tools and paths as they like.
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