Skip to content

Commit 4d34829

Browse files
author
Rafał Safin
committed
readme - add license note
Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>
1 parent 531e29b commit 4d34829

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ _Check out online example: https://minimal-fastapi-postgres-template.rafsaf.pl,
2727
- [Design](#design)
2828
- [Deployment strategies - via Docker image](#deployment-strategies---via-docker-image)
2929
- [Docs URL, CORS and Allowed Hosts](#docs-url-cors-and-allowed-hosts)
30+
- [License](#license)
3031

3132

3233
## Features
@@ -403,3 +404,7 @@ There are some **opinionated** default settings in `/app/main.py` for documentat
403404

404405
Prevents HTTP Host Headers attack, you shoud put here you server IP or (preferably) full domain under it's accessible like `example.com`. By default in .env there are two most popular records: `ALLOWED_HOSTS=["localhost", "127.0.0.1"]`
405406

407+
408+
## License
409+
410+
The code is under MIT License. It's here for educational purposes, created mainly to have a place where up-to-date Python and FastAPI software lives. Do whatever you want with this code.

0 commit comments

Comments
 (0)