summaryrefslogtreecommitdiff
path: root/color.json
diff options
context:
space:
mode:
Diffstat (limited to 'color.json')
-rw-r--r--color.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/color.json b/color.json
new file mode 100644
index 0000000..7106248
--- /dev/null
+++ b/color.json
@@ -0,0 +1,17 @@
+{
+ "apps": [{
+ "name": "color",
+ "script": "./index.js",
+ "exec_mode": "cluster",
+ "instances": 2,
+ "merge_logs": true,
+ "env": {
+ "watch": true,
+ "NODE_ENV": "development"
+ },
+ "env_production" : {
+ "watch": false,
+ "NODE_ENV": "production"
+ }
+ }]
+}