Commit 2bc8f3fa105b070b807c351711cc618a59dd169f

Authored by 黄 x
1 parent d3669105

chore: commit production config properties

Showing 1 changed file with 5 additions and 8 deletions
... ... @@ -16,13 +16,11 @@ VITE_BUILD_COMPRESS = 'gzip'
16 16 VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
17 17
18 18 # Basic interface address SPA
19   -# VITE_GLOB_API_URL=http://47.99.141.212:8080/api
20   -VITE_GLOB_API_URL=https://dev.thingskit.com/api
  19 +VITE_GLOB_API_URL=http://122.9.141.195:8080/api
21 20
22 21 # File upload address, optional
23 22 # It can be forwarded by nginx or write the actual address directly
24   -# VITE_GLOB_UPLOAD_URL=http://47.99.141.212:8080/api/yt/oss/upload
25   -VITE_GLOB_UPLOAD_URL=https://dev.thingskit.com/api/yt/oss/upload
  23 +VITE_GLOB_UPLOAD_URL=http://122.9.141.195:8080/api/yt/oss/upload
26 24
27 25 # Interface prefix
28 26 VITE_GLOB_API_URL_PREFIX=/yt
... ... @@ -37,11 +35,10 @@ VITE_USE_PWA = false
37 35 VITE_LEGACY = true
38 36
39 37 # 实时数据的ws地址
40   -VITE_WEB_SOCKET = wss://dev.thingskit.com/api/ws/plugins/telemetry?token=
41   -# VITE_WEB_SOCKET = ws://47.99.141.212:8080/api/ws/plugins/telemetry?token=
  38 +VITE_WEB_SOCKET = ws://122.9.141.195:8080/api/ws/plugins/telemetry?token=
42 39
43 40 #configuration
44   -VITE_GLOB_CONFIGURATION = http://localhost:3000
  41 +VITE_GLOB_CONFIGURATION = /thingskit-scada
45 42
46 43 # Content Security Policy
47   -VITE_CONTENT_SECURITY_POLICY = true
  44 +VITE_CONTENT_SECURITY_POLICY = false
... ...