diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..05c5795 --- /dev/null +++ b/start.bat @@ -0,0 +1,5 @@ +@echo off +set PORT=9099 +set HOST=0.0.0.0 + +uvicorn main:app --host %HOST% --port %PORT% --forwarded-allow-ips '*' \ No newline at end of file