documentation, cleanup

This commit is contained in:
Anatol Ulrich
2023-10-04 22:25:21 +02:00
parent fa52233404
commit d33b57cff8
7 changed files with 171 additions and 61 deletions

View File

@@ -9,6 +9,8 @@ or directly via `uvicorn app:app`.
in the latter case configuration can only be passed
via OS environment or an env file (`--env-file`), not TOML.
For further information, check [uvicorn: deployment](https://www.uvicorn.org/deployment/)
"""
# stdlib imports