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

6
.env
View File

@@ -14,9 +14,9 @@ VITE_ADMIN_EMAIL='admin@admin.com'
# Admin login credentials are stored separately under server/.secrets/
WEB_HOST=10.10.10.122
WEB_PORT=5173
WEB_PORT=5273
VITE_WEB_HOST=10.10.10.122
VITE_WEB_PORT=5173
VITE_WEB_PORT=5273
SERVER_HOST=0.0.0.0
SERVER_PORT=8000
@@ -48,4 +48,4 @@ SQLALCHEMY_ECHO=false
REDIS_URL=
VITE_REDIS_URL=
CORS_ORIGINS='["http://10.10.10.122:5173"]'
CORS_ORIGINS='["http://10.10.10.122:5273"]'