Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richjing authored Oct 2, 2017
1 parent c8d4e84 commit 2fd67c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
all the process will be deleted and all the parse apps are also delete. (the data in mongodb still be remained)

0 comments on commit 2fd67c8

Please sign in to comment.