unwind/scripts/dev

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
195 B
Text
Raw Permalink Normal View History

#!/bin/sh -eu
2021-06-21 18:54:03 +02:00
cd "$RUN_DIR"
# Make Uvicorn defaults explicit.
: "${API_PORT:=8000}"
: "${API_HOST:=127.0.0.1}"
export API_PORT
export API_HOST
[ -z "${DEBUG:-}" ] || set -x
2021-07-25 19:01:25 +02:00
exec honcho start