6ee6fd64dd
Introduce page edit sessions with draft preview and patch API, chat skill picker, user memory profile, h5ApiBase resolution, voice WAV transport, and scripts for 105/g2 deployment and Plaza local dev. Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
528 B
Bash
16 lines
528 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
|
||
|
||
# DNS:plaza.tkmind.cn A → 120.26.184.105
|