Skip to content

Commit 71eb09b

Browse files
committed
adapt backend-development/run-local.sh
1 parent 833549f commit 71eb09b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/backend-development/run-local.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
55
pushd "$parent_path/../../backend"
66

77
export DEBUG_SKIP_API_KEY_CHECK=True
8+
export DEBUG_USE_SEED_DATA=True
89

910
uvicorn main:app --reload --port 8080 --host 0.0.0.0
1011

0 commit comments

Comments
 (0)