9b4a25799f
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>
17 lines
594 B
Bash
17 lines
594 B
Bash
# 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
|
||
# DNS:plaza.tkmind.cn A → 120.26.184.105
|