mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2026-01-17 20:07:01 +01:00
implemented '/-/config' endpoint to list runtime environment variables
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user