coolmanx commited on
Commit
9f28b4f
·
verified ·
1 Parent(s): 3d38970

Update backend/start.sh

Browse files
Files changed (1) hide show
  1. 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
- GLOBAL_LOG_LEVEL="ERROR" WEBUI_SECRET_KEY="$WEBUI_SECRET_KEY" exec uvicorn open_webui.main:app --host "$HOST" --port "$PORT" --forwarded-allow-ips '*' --env GLOBAL_LOG_LEVEL="ERROR"
 
 
 
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 '*'