feat(mindspace): enforce PostgreSQL user data delivery
This commit is contained in:
+28
-1
@@ -242,4 +242,31 @@ VITE_TKMIND_WORKING_DIR=/Users/john/PycharmProjects/tkmind
|
||||
# MINDSPACE_AGENT_JOBS_ENABLED=true
|
||||
# MINDSPACE_INTERNAL_AGENT_SECRET=local-dev-secret
|
||||
# MINDSPACE_FREE_PUBLIC_PAGE_LIMIT=10
|
||||
# MINDSPACE_STORAGE_ROOT=/path/to/mindspace-storage
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Memind runtime profile(本地 vs 生产 必须区分)
|
||||
# 由 scripts/memind-runtime-profile.mjs 在 pnpm dev / server.mjs 启动时应用。
|
||||
#
|
||||
# | profile | 场景 | MindSpace 数据路径 |
|
||||
# |----------------|-------------------|--------------------|
|
||||
# | local | 本机日常开发 | <repo>/data/mindspace |
|
||||
# | split-service | 本机验证 103 拆分 | /Users/john/MindSpace/data/mindspace |
|
||||
# | production | 103 生产服务器 | 103 .env 为准,勿提交 Git |
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# 【本地开发 — 复制到 .env 的默认值】
|
||||
MEMIND_RUNTIME_PROFILE=local
|
||||
# MINDSPACE_STORAGE_ROOT 留空即可,自动使用 <repo>/data/mindspace
|
||||
|
||||
# 【本机 split-service 联调 — 需要独立 MindSpace LaunchAgent 已启动】
|
||||
# MEMIND_RUNTIME_PROFILE=split-service
|
||||
# MINDSPACE_REMOTE_BASE_URL=http://127.0.0.1:8082
|
||||
# MINDSPACE_REMOTE_AUTH_TOKEN=local-dev-secret
|
||||
# MINDSPACE_STORAGE_ROOT=/Users/john/MindSpace/data/mindspace
|
||||
|
||||
# 【103 生产 — 仅在服务器维护,示例勿照抄密钥】
|
||||
# MEMIND_RUNTIME_PROFILE=production
|
||||
# MINDSPACE_SERVER_ADAPTER=remote
|
||||
# MINDSPACE_REMOTE_BASE_URL=http://127.0.0.1:8082
|
||||
# MINDSPACE_REMOTE_AUTH_TOKEN=<与 cn.tkmind.mindspace-service 一致>
|
||||
# MINDSPACE_STORAGE_ROOT=/Users/john/MindSpace/data/mindspace
|
||||
|
||||
Reference in New Issue
Block a user