.env.production 330 B

123456789101112131415
  1. ##### VITE SheepJS配置
  2. SHEEP_VERSION = v1.4.0
  3. SHEEP_BASE_URL = https://shop.fusenlink.com
  4. # 开发环境接口域名
  5. SHEEP_DEV_BASE_URL = https://shop.fusenlink.com
  6. # 开发模式端口号
  7. SHEEP_DEV_PORT = 3001
  8. # 预览模式端口号
  9. SHEEP_PREVIEW_PORT = 3002
  10. # 缓存前缀 使用localStorage
  11. SHEEP_CACHE_PREFIX = _SHEEP_