.env.production 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ###
  2. # @Author: renxin renxin0828@163.com
  3. # @Date: 2023-03-31 13:53:57
  4. # @LastEditors: renxin renxin0828@163.com
  5. # @LastEditTime: 2023-03-31 14:11:05
  6. # @FilePath: \thingskit-front\.env.production
  7. # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  8. ###
  9. # Whether to open mock
  10. VITE_GLOB_USE_MOCK = false
  11. # public path
  12. VITE_GLOB_PUBLIC_PATH = ./
  13. # Delete console
  14. VITE_GLOB_DROP_CONSOLE = true
  15. # Whether to enable gzip or brotli compression
  16. # Optional: gzip | brotli | none
  17. # If you need multiple forms, you can use `,` to separate
  18. # VITE_GLOB_BUILD_COMPRESS = 'gzip'
  19. VITE_GLOB_BUILD_COMPRESS = ''
  20. # Whether to delete origin files when using compress, default false
  21. VITE_GLOB_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
  22. # Basic interface address SPA
  23. # VITE_GLOB_API_URL=http://192.168.119.143:19200
  24. # VITE_GLOB_API_URL2=http://117.174.10.73:31895
  25. VITE_GLOB_API_URL=http://192.168.119.143:9200
  26. VITE_GLOB_API_URL2=http://192.168.119.143:31895
  27. VITE_GLOB_API_MAPTOOLS=/mapTools
  28. # File upload address, optional
  29. # It can be forwarded by nginx or write the actual address directly
  30. VITE_GLOB_UPLOAD_URL=http://192.168.2.225/api/yt/oss/upload
  31. # Interface prefix
  32. VITE_GLOB_API_URL_PREFIX=''
  33. # Whether to enable image compression
  34. VITE_GLOB_USE_IMAGEMIN= false
  35. # use pwa
  36. VITE_USE_PWA = false
  37. # Is it compatible with older browsers
  38. VITE_LEGACY = true
  39. # 实时数据的ws地址
  40. VITE_GLOB_WEB_SOCKET = ws://192.168.2.225/api/ws/plugins/telemetry?token=
  41. #configuration
  42. VITE_GLOB_CONFIGURATION = /thingskit-scada
  43. # 大屏设计器
  44. VITE_GLOB_LARGE_DESIGNER = /large-designer
  45. # Content Security Policy
  46. VITE_GLOB_CONTENT_SECURITY_POLICY = false
  47. # Alarm Notify Polling Interval Time
  48. VITE_GLOB_ALARM_NOTIFY_POLLING_INTERVAL_TIME = 60000
  49. #二三维一体化
  50. VITE_GLOB_LIGONG_ADMIN = http://192.168.119.100:12002/spatialDataMng/#/
  51. # VITE_GLOB_LIGONG_ADMIN = /2to3
  52. # Alarm Notify Auto Close Time Unit is Second
  53. VITE_GLOB_ALARM_NOTIFY_DURATION = 5