adapt backend-development/run-local.sh

This commit is contained in:
Andreas Köpf
2022-12-29 15:50:58 +01:00
committed by Andreas Köpf
parent 833549f212
commit 71eb09b28a
+1
View File
@@ -5,6 +5,7 @@ parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
pushd "$parent_path/../../backend"
export DEBUG_SKIP_API_KEY_CHECK=True
export DEBUG_USE_SEED_DATA=True
uvicorn main:app --reload --port 8080 --host 0.0.0.0