Skip to content

Commit

Permalink
chore(readme): minor list fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzke authored Feb 14, 2020
1 parent 7af16ad commit 12c90da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions distro/run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ This is a pre-configured Camunda Spring Boot distribution that allows users to s
3. Extract the archive
4. Go to the `config` folder and add configuration to the `application.yml`
5. Go to the `bin` folder and run `start.sh` (or `start.bat` if you're using Windows).
* add the `--webapps` flag if you want to run the Camunda Webapps only
* add the `--rest` flag if you want to run the Camunda REST API only
* add the `--webapps` and the `--rest` flags if you want to run both (default)
* add the `--webapps` flag if you want to run the Camunda Webapps only
* add the `--rest` flag if you want to run the Camunda REST API only
* add the `--webapps` and the `--rest` flags if you want to run both (default)

## Configuration

Expand Down Expand Up @@ -68,4 +68,4 @@ spring.datasource:
username: sa
# the DB password
password: sa
```
```

0 comments on commit 12c90da

Please sign in to comment.