back to the old way of running

it's simpler for us to make logging and setup work in this way
This commit is contained in:
boyska 2021-08-25 11:50:34 +02:00
parent fbc77c47e8
commit 49008d0e93

View file

@ -37,7 +37,7 @@ How to run
```sh ```sh
pip install . pip install .
env TECHREC_CONFIG=yourconfig.py uvicorn techrec.server:app env TECHREC_CONFIG=yourconfig.py techrec serve
``` ```