Skip to content

Commit bc6b787

Browse files
committed
Removed dev.sh check
1 parent 0f12176 commit bc6b787

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

dev.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@
55
# for this project installed.
66
set -e
77

8-
. /bugout/moonstream_app.env
9-
108
BROOD_HOST="${BROOD_HOST:-127.0.0.1}"
119
BROOD_PORT="${BROOD_PORT:-7474}"
1210
BROOD_APP_DIR="${BROOD_APP_DIR:-$PWD}"
1311
BROOD_ASGI_APP="${BROOD_ASGI_APP:-brood.api:app}"
1412
BROOD_UVICORN_WORKERS="${BROOD_UVICORN_WORKERS:-2}"
1513

16-
echo $MOONSTREAM_APPLICATION_ID
17-
1814
uvicorn --reload \
1915
--port "$BROOD_PORT" \
2016
--host "$BROOD_HOST" \

0 commit comments

Comments
 (0)