Spaces:
Running
Running
Update backend/start.sh
Browse files- backend/start.sh +3 -1
backend/start.sh
CHANGED
@@ -54,4 +54,6 @@ if [ -n "$SPACE_ID" ]; then
|
|
54 |
export WEBUI_URL=${SPACE_HOST}
|
55 |
fi
|
56 |
|
57 |
-
|
|
|
|
|
|
54 |
export WEBUI_URL=${SPACE_HOST}
|
55 |
fi
|
56 |
|
57 |
+
export GLOBAL_LOG_LEVEL="ERROR"
|
58 |
+
|
59 |
+
GLOBAL_LOG_LEVEL="ERROR" WEBUI_SECRET_KEY="$WEBUI_SECRET_KEY" exec uvicorn open_webui.main:app --host "$HOST" --port "$PORT" --forwarded-allow-ips '*'
|