.env.production 136 B

123456
  1. # 生产环境配置
  2. # TARO_APP_ID="生产环境下的小程序 AppID"
  3. # API配置
  4. API_BASE_URL=https://your-domain.com
  5. API_VERSION=v1