chore: 将 web 端口由 5173 调整为 5273

This commit is contained in:
caoxiaozhu
2026-06-17 14:37:50 +08:00
parent 0d525fa64c
commit 09a66c72cb
5 changed files with 10 additions and 10 deletions

View File

@@ -14,9 +14,9 @@ VITE_ADMIN_EMAIL=
# Admin login credentials are stored separately under server/.secrets/
WEB_HOST=0.0.0.0
WEB_PORT=5173
WEB_PORT=5273
VITE_WEB_HOST=0.0.0.0
VITE_WEB_PORT=5173
VITE_WEB_PORT=5273
SERVER_HOST=0.0.0.0
SERVER_PORT=8000
@@ -52,4 +52,4 @@ OCR_DEVICE=
OCR_TIMEOUT_SECONDS=180
OCR_MAX_CONCURRENT_WORKERS=1
CORS_ORIGINS='["http://127.0.0.1:5173","http://localhost:5173","http://0.0.0.0:5173"]'
CORS_ORIGINS='["http://127.0.0.1:5273","http://localhost:5273","http://0.0.0.0:5273"]'