oh-my-muse/muse-cloud/scripts/dev/solo-compose.env.example
zizi 6dcabf69fb feat(solo): 收口治理入口并裁剪 studio 表面
完成 2.0.0 S4 的外部 AI、admin、account 与 solo SQL 收口,并推进 S5 studio 市场/handoff/旧编辑器入口裁剪。S5 的前端单测、构建与 route-only e2e 已留证;MSW-off 创作主线 e2e 仍因本地后端活体启动口径待修正,已在总账标为未完成验收。
2026-07-08 11:45:26 +08:00

16 lines
692 B
Plaintext
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.

# Muse 2.0.0 单人版 compose env 样例。
# S9 的 docker-compose.solo.yml 引用本文件S4 只固化默认开关,不在这里提交真实凭据。
# 租户机制保持开启,单人部署所有 app/admin 请求固定使用 tenant-id: 1。
MUSE_TENANT_ENABLE=true
# Account New-API 管理口与多用户 worker 默认关闭。
MUSE_ACCOUNT_NEW_API_ENABLED=false
MUSE_ACCOUNT_EVENTS_PUBLISH_WORKER_ENABLED=false
MUSE_ACCOUNT_EVENTS_ATTRIBUTION_WORKER_ENABLED=false
MUSE_ACCOUNT_EVENTS_QUOTA_REQUEST_WORKER_ENABLED=false
# AI 运行时后续由 S7/S8 切到 DifyS4 保持 New-API/Dify adapter 未配置即 fail-closed。
MUSE_AI_NEW_API_ENABLED=false
MUSE_AI_DIFY_ENABLED=false