Files
memind/deploy/plaza-105/plaza-105.env.example
T
John 6ee6fd64dd Add MindSpace page live edit, chat skills, and H5 deploy tooling.
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>
2026-06-15 22:09:38 -07:00

16 lines
528 B
Bash
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.
# 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
# DNSplaza.tkmind.cn A → 120.26.184.105