Skip to content

Commit

Permalink
adapt backend-development/run-local.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskoepf committed Dec 29, 2022
1 parent 833549f commit 71eb09b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/backend-development/run-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 71eb09b

Please sign in to comment.