Skip to content

Commit

Permalink
Fix the formatting of the line in the securing admin api
Browse files Browse the repository at this point in the history
  • Loading branch information
leeturner committed Sep 18, 2024
1 parent 02ff48e commit b22fdc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _docs/standalone/java-jar.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,7 @@ Note that it is not currently possible to load from the root of the classpath.

## Securing The WireMock Admin API

You can start WireMock with the `--admin-api-basic-auth` command line option specifying your username and password in
the standard `username:passord` format:
You can start WireMock with the `--admin-api-basic-auth` command line option specifying your username and password in the standard `username:passord` format:

```
java -jar wiremock-standalone.jar --admin-api-basic-auth my-username:my-super-secret-password
Expand Down

0 comments on commit b22fdc1

Please sign in to comment.