修改环境变量

This commit is contained in:
JIANG
2026-02-10 15:23:23 +08:00
parent 1d15eeb172
commit 8ea70d04ad
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export const config = {
BACKEND_URL:
process.env.NEXT_PUBLIC_BACKEND_URL || "http://192.168.1.42:8000",
process.env.NEXT_PUBLIC_BACKEND_URL || "http://127.0.0.1:8000",
MAP_URL: process.env.NEXT_PUBLIC_MAP_URL || "http://127.0.0.1:8080/geoserver",
MAP_WORKSPACE: process.env.NEXT_PUBLIC_MAP_WORKSPACE || "TJWater",
MAP_EXTENT: process.env.NEXT_PUBLIC_MAP_EXTENT