fix: 简单修改

This commit is contained in:
Tim
2025-09-29 17:55:19 +08:00
parent 4080f60f60
commit 201af061e4
2 changed files with 4 additions and 4 deletions

View File

@@ -80,8 +80,8 @@ WEBPUSH_PRIVATE_KEY=
LOG_LEVEL=INFO
# === Frontend (Nuxt) ===
NUXT_PUBLIC_API_BASE_URL=http://springboot:8080
NUXT_PUBLIC_API_BASE_URL_SSR=http://localhost:8080
NUXT_PUBLIC_API_BASE_URL=http://localhost:8080
NUXT_PUBLIC_API_BASE_URL_SSR=http://springboot:8080
NUXT_PUBLIC_WEBSOCKET_URL=http://websocket_service:8082
NUXT_PUBLIC_WEBSITE_BASE_URL=http://localhost:3000
# 线上 & 本地均可使用