Files
life-echo/api/config/production.toml

19 lines
875 B
TOML
Raw Permalink Normal View History

# production overlay — merged onto config/default.toml
[deploy]
alembic_startup_fail_fast = true
memoir_image_enabled = true
tencent_sms_sdk_app_id = "1401010099"
tencent_sms_sign_name = "上海华嘎科技有限公司"
tencent_sms_template_id = "2592163"
tencent_cos_bucket = "life-echo-prod-1319381411"
tencent_cos_base_url = "https://life-echo-prod-1319381411.cos.ap-shanghai.myqcloud.com"
wechat_pay_app_id = "wx1df508452e06cfb8"
wechat_pay_mch_id = "1662979099"
wechat_pay_cert_serial_no = "1AA82328AC1456C6F115B014606F22CD621D2032"
wechat_pay_notify_url = "https://lifecho.worldsplats.com/api/payment/notify/wechat"
alipay_notify_url = "https://lifecho.worldsplats.com/api/payment/notify/alipay"
liblib_template_uuid = "5d7e67009b344550bc1aa6ccbfa1d7f4"
otel_exporter_otlp_endpoint = "http://otel-collector:4317"
api_cors_origins = "https://lifecho.worldsplats.com"