chore: update readme
This commit is contained in:
parent
ad300c7759
commit
d5a55c663b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user