From 852a22f86d73687a018524288b520ba30b014111 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 9 Nov 2022 10:58:25 +0530 Subject: [PATCH] temporary rollback of configurable host/port --- scripts/on_sd_start.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/on_sd_start.bat b/scripts/on_sd_start.bat index 5666c267..cf7cd535 100644 --- a/scripts/on_sd_start.bat +++ b/scripts/on_sd_start.bat @@ -353,7 +353,7 @@ call python --version @if NOT DEFINED SD_UI_BIND_PORT set SD_UI_BIND_PORT=9000 @if NOT DEFINED SD_UI_BIND_IP set SD_UI_BIND_PORT=0.0.0.0 -@uvicorn server:app --app-dir "%SD_UI_PATH%" --port %SD_UI_BIND_PORT% --host %SD_UI_BIND_IP% +@uvicorn server:app --app-dir "%SD_UI_PATH%" --port 9000 --host 0.0.0.0 @pause