chore: update readme

This commit is contained in:
Tom Andrade 2023-01-20 15:33:57 +01:00
parent ad300c7759
commit d5a55c663b
Signed by: wolvie
GPG Key ID: 31AAB07872E82669

View File

@ -8,5 +8,8 @@ A Simple echo server written in Go
Usage
-----
Just compile (or build the container image) and run the application, the only supported parameter is set by the `MAX_REQUESTS` environment variable which defaults to 500 if not set
Just compile (or build the container image) and run the application, the only supported parameters are
* `MAX_REQUESTS` environment variable which defaults to 500 if not set, used to limit the number of requests the server will accept
* `TOKEN` environment variable which defaults to `token` if not set, used as a authentication token for the /reset endpoint