Update README.md

This commit is contained in:
agatha 2023-09-08 15:54:58 -04:00
parent df080f2f77
commit 0ece3fed3d

View File

@ -42,3 +42,8 @@ The `/admin/users` endpoint will return a JSON list of 50 users:
Route will always return '401 - Unauthorized" unless an `Authorization` header
is sent with the following token:
- `Bearer e3797209-119e-4671-8792-3c9e29260b28`
## Shoutouts
There's not much info on running a Toxiproxy in a Docker Compose stack, so
the idea for the "toxifier" container came from
[John Muth](https://github.com/johnmuth/toxiproxy-docker-compose-example).