implemented '/-/config' endpoint to list runtime environment variables

This commit is contained in:
Oscar Krause
2023-01-02 19:14:25 +01:00
parent 34662e6612
commit 2e950ca6f4
3 changed files with 28 additions and 2 deletions

View File

@@ -25,7 +25,11 @@ Status endpoint, used for *healthcheck*. Shows also current version and commit h
### `GET /-/health`
Status endpoint, used for *healthcheck*. Shows also current version and commit hash.
Status endpoint, used for *healthcheck*.
### `GET /-/config`
Shows current runtime environment variables and their values.
### `GET /-/readme`