Files
memind/deploy/plaza-105/plaza-105.env.example
T
john 9b4a25799f Add smart ACK provider for WeChat MP replies
Replace fixed ackText with a rule-based AckProvider that picks
response templates by message type and intent (translate, summary,
rewrite, poster, ppt, mindmap, code, search, schedule). Pure sync,
zero I/O, auto-falls back to config.ackText on any error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 15:19:03 +08:00

17 lines
594 B
Bash
Raw 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.
# Plaza 独立部署(105)— 复制为 deploy/plaza-105/plaza-105.env
PLAZA_DEPLOY_HOST=root@120.26.184.105
PLAZA_REMOTE_DIR=/root/plaza/web
PLAZA_PROD_URL=https://plaza.tkmind.cn
PLAZA_PORT=3002
PLAZA_SYSTEMD_SERVICE=goose-plaza-web
# Plaza API / 登录 / 发布页仍由 H5 提供(同机 :8080)
PLAZA_API_UPSTREAM=http://127.0.0.1:8080
H5_SYSTEMD_SERVICE=goose-h5
# 本地 Next.js 源码(默认 sibling 仓库)
# PLAZA_APP_DIR=/Users/john/Project/tkmind_go/ui/plaza
# 运维/部署直接使用固定公网地址 root@120.26.184.105
# DNSplaza.tkmind.cn A → 120.26.184.105