Skip to content

Commit 407f88c

Browse files
authored
Merge pull request #29 from rafsaf/fix-readme
Yet another fix to readme
2 parents 77ee850 + 60775ce commit 407f88c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
- [x] [Alembic](https://alembic.sqlalchemy.org/en/latest/) migrations
4343
- [x] Very minimal project structure yet ready for quick start building new apps
4444
- [x] Refresh token endpoint (not only access like in official template)
45-
- [x] Two databases in docker-compose.yml (second one for tests) and ready to go Dockerfile with [Nginx Unit](https://unit.nginx.org/) webserver
45+
- [x] Two databases in docker-compose.yml (second one for tests) and ready to go Dockerfile with [Uvicorn](https://www.uvicorn.org/) webserver
4646
- [x] [Poetry](https://python-poetry.org/docs/) and Python 3.11 based
4747
- [x] `pre-commit` with poetry export, autoflake, black, isort and flake8
4848
- [x] Rich setup for pytest async tests with few included and extensible `conftest.py`
@@ -412,7 +412,7 @@ There are some **opinionated** default settings in `/app/main.py` for documentat
412412
)
413413
```
414414

415-
If you are not sure what are CORS for, follow https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS. React and most frontend frameworks nowadays operate on `localhost:3000` thats why it's included in `BACKEND_CORS_ORIGINS` in .env file, before going production be sure to include and frontend domain here, like `my-fontend-app.example.com`
415+
If you are not sure what are CORS for, follow https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS. React and most frontend frameworks nowadays operate on `http://localhost:3000` thats why it's included in `BACKEND_CORS_ORIGINS` in .env file, before going production be sure to include your frontend domain here, like `https://my-fontend-app.example.com`.
416416

417417
3. Allowed Hosts
418418

0 commit comments

Comments
 (0)