Diff of /process.json [000000] .. [16f085]

Switch to side-by-side view

--- a
+++ b/process.json
@@ -0,0 +1,13 @@
+    {
+      "name"        : "worker",
+      "script"      : "./index.js",
+      "instances"   : 1,
+      "merge_logs"  : true,
+      "log_date_format" : "YYYY-MM-DD HH:mm Z",
+      "watch": true,
+      "watch_options": {
+        "followSymlinks": true,
+        "usePolling"   : true,
+        "interval"    : 5
+      }
+    }