gecho/README.md
2023-01-20 15:33:57 +01:00

575 B

Gecho

License

A Simple echo server written in Go

Usage

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