summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--color.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/color.json b/color.json
index 7106248..1a8a809 100644
--- a/color.json
+++ b/color.json
@@ -5,12 +5,13 @@
"exec_mode": "cluster",
"instances": 2,
"merge_logs": true,
+ "watch": false,
+ "out_file": "./color.log",
+ "error_file": "./color.err",
"env": {
- "watch": true,
"NODE_ENV": "development"
},
"env_production" : {
- "watch": false,
"NODE_ENV": "production"
}
}]