You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1021 B

6 months ago
6 months ago
6 months ago
6 months ago
5 months ago
6 days ago
6 months ago
  1. # must start with VITE_
  2. VITE_ENV = 'production'
  3. VITE_OUTPUT_DIR = 'prod'
  4. # public path
  5. VITE_PUBLIC_PATH = /aixiaocaishen
  6. # VITE_PUBLIC_PATH = /
  7. # Whether to open mock
  8. VITE_USE_MOCK = true
  9. #新数据接口
  10. VITE_APP_API_BASE_URL = https://api.homilychart.com/link
  11. # VITE_APP_API_BASE_URL = "http://39.101.133.168:8828/link"
  12. VITE_APP_API_BASE_CAZE_URL = "https://api.homilychart.com/link"
  13. # VITE_APP_API_BASE_CAZE_URL = "http://39.101.133.168:8828/link"
  14. VITE_APP_API_BASE_HW_URL = "https://api.homilychart.com/hljw"
  15. VITE_APP_IMG_API_BASE_URL = "https://api.homilychart.com/hljw/api/aws/upload"
  16. #MJ API
  17. VITE_APP_MJ_API_BASE_URL = "http://192.168.9.19:8080/api"
  18. #Link正式环境
  19. VITE_APP_API_SCMS_URL = "https://api.homilychart.com/scms"
  20. # Whether to enable gzip or brotli compression
  21. # Optional: gzip | brotli | none
  22. # If you need multiple forms, you can use `,` to separate
  23. VITE_BUILD_COMPRESS = 'none'
  24. # Whether to delete origin files when using compress, default false
  25. VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false