.env.production 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. ###
  2. # @Author: renxin renxin0828@163.com
  3. # @Date: 2023-03-31 13:53:57
  4. # @LastEditors: Please set LastEditors
  5. # @LastEditTime: 2023-07-05 15:49:11
  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 = ''
  19. # Whether to delete origin files when using compress, default false
  20. VITE_GLOB_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
  21. # Basic interface address SPA
  22. # VITE_GLOB_API_URL=http://192.168.2.225/api
  23. # VITE_GLOB_API_URL=http://106.12.170.138:7070
  24. VITE_GLOB_API_URL=http://192.168.49.164:20034/api
  25. # VITE_GLOB_API_URL = http://182.139.38.101:20034/api
  26. #理工api
  27. VITE_GLOB_LIGONG_API = /ligongApi
  28. #调试
  29. VITE_GLOB_DEBUGGER_API = /debuggerApi
  30. # File upload address, optional
  31. # It can be forwarded by nginx or write the actual address directly
  32. VITE_GLOB_UPLOAD_URL=http://192.168.2.225/api/yt/oss/upload
  33. # Interface prefix
  34. VITE_GLOB_API_URL_PREFIX=/yt
  35. # Whether to enable image compression
  36. VITE_GLOB_USE_IMAGEMIN= false
  37. # use pwa
  38. VITE_USE_PWA = false
  39. # Is it compatible with older browsers
  40. VITE_LEGACY = true
  41. # 实时数据的ws地址
  42. VITE_GLOB_WEB_SOCKET = ws://192.168.2.225/api/ws/plugins/telemetry?token=
  43. #configuration
  44. VITE_GLOB_CONFIGURATION = /thingskit-scada
  45. # 大屏设计器
  46. VITE_GLOB_LARGE_DESIGNER = /large-designer
  47. # Content Security Policy
  48. VITE_GLOB_CONTENT_SECURITY_POLICY = false
  49. # Alarm Notify Polling Interval Time
  50. VITE_GLOB_ALARM_NOTIFY_POLLING_INTERVAL_TIME = 60000
  51. # Alarm Notify Auto Close Time Unit is Second
  52. VITE_GLOB_ALARM_NOTIFY_DURATION = 5
  53. #后台地址
  54. VITE_GLOB_BASE_ADMIN = http://192.168.49.163:20044
  55. #登录地址
  56. VITE_GLOB_ADMIN_LOGIN = http://localhost:8084/#/login
  57. #监测曲线地址
  58. VITE_GLOB_LIGONG_ADMIN = http://182.139.38.101:20010/wlw/monitor/chart
  59. #设置图片地址
  60. VITE_GLOB_BASE_IMG = http://183.222.190.95:8002
  61. #自动更新数据时间update
  62. VITE_GLOB_UPDATE_TIME = 10000