update
This commit is contained in:
parent
0571896c91
commit
12accd321a
|
|
@ -3,7 +3,7 @@ set -euo pipefail
|
|||
|
||||
APP_MODULE=${APP_MODULE:-"app.main:app"}
|
||||
HOST=${HOST:-"0.0.0.0"}
|
||||
PORT=${PORT:-"8000"}
|
||||
PORT=${PORT:-"2070"}
|
||||
LOG_LEVEL=${LOG_LEVEL:-"info"}
|
||||
|
||||
exec uvicorn "$APP_MODULE" --host "$HOST" --port "$PORT" --log-level "$LOG_LEVEL"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ set -euo pipefail
|
|||
|
||||
APP_MODULE=${APP_MODULE:-"app.main:app"}
|
||||
HOST=${HOST:-"0.0.0.0"}
|
||||
PORT=${PORT:-"8000"}
|
||||
PORT=${PORT:-"2070"}
|
||||
LOG_LEVEL=${LOG_LEVEL:-"debug"}
|
||||
|
||||
exec uvicorn "$APP_MODULE" --host "$HOST" --port "$PORT" --log-level "$LOG_LEVEL" --reload
|
||||
|
|
|
|||
Loading…
Reference in New Issue