Files
MBTI_wang/api/.env.local.merge.example
卡若 ce55c48c64 feat: 同步今日小程序与后台迭代版本
集中提交今日 API、管理端、小程序与部署文档调整,确保 Gitea 主分支与本地最新开发版本一致。

Made-with: Cursor
2026-04-20 11:07:55 +08:00

14 lines
712 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 复制本文件为 api/.env.local.merge与 .env 同级),再执行:
# python3 scripts/apply_bt_download_env.py <宝塔下载的文件路径>
# 脚本会把宝塔 .env 写入 api/.env并把下面内容追加在末尾后面的键覆盖前面的
# 示例:宝塔里数据库写的是 127.0.0.1(指服务器本机),你在本机用 SSH 隧道映射到 13306 时:
# DATABASE_HOSTNAME = 127.0.0.1
# DATABASE_HOSTPORT = 13306
# 示例:强制本机调试
# APP_DEBUG = true
# 神仙 AI 异步对话:向本站 POST /api/internal/outbound-push/dispatch。若线上 HTTPS 自调用失败,可指定本机入口(无尾斜杠):
# MBTI_INTERNAL_DISPATCH_URL = http://127.0.0.1:8787