Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo in the application configuration flags. The correct flag is `-Dquiet=true`
  • Loading branch information
JoepWeijers authored Jan 28, 2025
1 parent 6bce38b commit 8acf1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The example application is a little authentication webservice where you have to

## Configuring the application:
* `-DwebserverPort=[PORT]` runs the webserver on port `[PORT]`. Defaults to 8080.
* `-Dquite=true` ensures the webserver does not print any logging to `stdout`.
* `-Dquiet=true` ensures the webserver does not print any logging to `stdout`.
* `-DtestingMode=true` enables the `http://localhost:8080/test/transformtime` endpoint in the webserver. Requires the time-transformer-agent to be attached to the JVM as a `javaagent`:

```
Expand Down

0 comments on commit 8acf1a4

Please sign in to comment.