Merge pull request #8 from silentoplayz/silentoplayz-start.bat

Add start.bat file for Windows
This commit is contained in:
Timothy Jaeryang Baek 2024-05-26 00:04:48 -10:00 committed by GitHub
commit da2aa97297
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
start.bat Normal file
View File

@ -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 '*'