.env.production 447 B

1234567891011121314
  1. # 线上环境
  2. ENV = 'production'
  3. # 线上环境接口地址
  4. VITE_API_URL = 'http://10.68.32.3:8086' # docker-compose部署不需要修改,nginx容器自动代理了这个地址1.94.168.85:8086
  5. #VITE_API_URL = 'http://1.94.168.85:8086'
  6. # 微信API地址
  7. VITE_API_WX_URL='https://api.weixin.qq.com/'
  8. # 秒拍API地址 aiserver.qicai321.com
  9. VITE_API_URL_MINLONG='https://aiserver.qicai321.com'
  10. # 是否启用按钮权限
  11. VITE_PM_ENABLED = true