From 2fd67c866ffb3e324234837866293306c1c99000 Mon Sep 17 00:00:00 2001 From: Richard Chin Date: Mon, 2 Oct 2017 10:01:17 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ec8e89..bb0dbe3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ## Install * add config.json (can copy from config_sample.json) -```json +```js { "portFrom":1337, //the port of the first app will be started from 1337 "maxInstances":100, //maxiumum number of parse apps (<100 is suggested) @@ -97,4 +97,4 @@ previous generated apps are not needed anymore. you can do ./cleanenv.sh ``` -all the process will be deleted and all the parse apps are also delete. (the data in mongodb still be remained) \ No newline at end of file +all the process will be deleted and all the parse apps are also delete. (the data in mongodb still be remained)