.env 594 B

1234567891011121314151617
  1. # NODE_ENV = 'development'
  2. # VITE_SERVE = 'http://10.113.248.3:8445' # 开发阶段服务器地址
  3. # VITE_MEDIA = 'http://10.113.248.3:8445'
  4. # VITE_PORT = 8445
  5. # NODE_ENV = 'test'
  6. # VITE_SERVE = 'https://jinhong-credit.com:8445' # 开发阶段服务器地址
  7. # VITE_IMG_URL = 'https://jinhong-credit.com:8445'
  8. # VITE_MEDIA = 'https://jinhong-credit.com:8445'
  9. # VITE_PORT = 8445
  10. NODE_ENV = 'production'
  11. VITE_SERVE = 'https://jinhong-credit.com:8443' # 开发阶段服务器地址
  12. VITE_IMG_URL = 'https://jinhong-credit.com:8443'
  13. VITE_MEDIA = 'https://jinhong-credit.com:8443'
  14. VITE_PORT = 8443