Files
gitlab-instance-0a899031_sh/d2ypp2/start.bat
2026-05-16 19:24:30 -05:00

7 lines
202 B
Batchfile

@echo off
cd /d "%~dp0"
if not defined HOST set "HOST=0.0.0.0"
if not defined PORT set "PORT=8001"
echo [start] 生产模式 HOST=%HOST% PORT=%PORT%
python scripts\launch.py --host %HOST% --port %PORT%