7 lines
302 B
Bash
7 lines
302 B
Bash
# 阿里云 OSS 资源桶基址,迁移时只改这一个变量
|
|
OSS_BASE_URL=https://wordcloudwechat.oss-cn-hangzhou.aliyuncs.com
|
|
|
|
# 后端接口基址:本机 Docker 联调时使用 http://127.0.0.1:3090
|
|
# 不配置时会继续使用线上测试接口。
|
|
TARO_APP_API_BASE_URL=http://127.0.0.1:3090
|