You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
454 B
23 lines
454 B
# 环境变量配置示例
|
|
# 复制此文件为 .env 并填入实际值
|
|
|
|
# 租户ID
|
|
TENANT_ID=your_tenant_id
|
|
|
|
# API基础地址
|
|
BASE_URL=https://your-api-domain.com/api
|
|
|
|
# 服务器API地址
|
|
SERVER_API_URL=https://your-server-domain.com/api
|
|
|
|
# 模板套餐ID
|
|
TEMPLATE_ID=your_template_id
|
|
|
|
# 微信小程序AppID
|
|
WECHAT_APPID=your_wechat_appid
|
|
|
|
# 支付宝小程序AppID
|
|
ALIPAY_APPID=your_alipay_appid
|
|
|
|
# 字节跳动小程序AppID
|
|
TT_APPID=your_tt_appid
|