Showing
2 changed files
with
5 additions
and
5 deletions
| ... | ... | @@ -12,10 +12,10 @@ VITE_GLOB_UPLOAD_URL=/api/yt/oss/upload |
| 12 | 12 | # Interface prefix |
| 13 | 13 | VITE_GLOB_API_URL_PREFIX=/yt |
| 14 | 14 | |
| 15 | -VITE_PROXY = [["/api","http://localhost:8080/api"]] | |
| 15 | +VITE_PROXY = /api | |
| 16 | 16 | |
| 17 | 17 | VITE_GLOB_WEB_SOCKET_URL = ws://localhost:8080/api/ws/plugins/telemetry?token= |
| 18 | 18 | |
| 19 | 19 | VITE_GLOB_ENABLE_OSS = false |
| 20 | 20 | |
| 21 | -VITE_GLOB_OSS_ADDRESS = 'http://www.baidu.com' | |
| 21 | +VITE_GLOB_OSS_ADDRESS = 'http://xxxx.oss.com' | ... | ... |
| ... | ... | @@ -12,10 +12,10 @@ VITE_GLOB_UPLOAD_URL=/api/yt/oss/upload |
| 12 | 12 | # Interface prefix |
| 13 | 13 | VITE_GLOB_API_URL_PREFIX=/yt |
| 14 | 14 | |
| 15 | -VITE_PROXY = [["/api","http://localhost:8080/api"]] | |
| 15 | +VITE_PROXY = /api | |
| 16 | 16 | |
| 17 | 17 | VITE_GLOB_WEB_SOCKET_URL = ws://localhost:8080/api/ws/plugins/telemetry?token= |
| 18 | 18 | |
| 19 | -VITE_GLOB_ENABLE_OSS = true | |
| 19 | +VITE_GLOB_ENABLE_OSS = false | |
| 20 | 20 | |
| 21 | -VITE_GLOB_OSS_ADDRESS = 'http://www.baidu.com' | |
| 21 | +VITE_GLOB_OSS_ADDRESS = 'http://xxxx.oss.com' | ... | ... |