refactor: analysis workflow architecture

fix: NEXTAUTH_URL

fix: prevent project model edits from affecting default model
This commit is contained in:
saturn
2026-03-16 21:48:57 +08:00
parent ecbd183a77
commit 9aff44e37a
58 changed files with 2753 additions and 7985 deletions

View File

@@ -26,10 +26,15 @@ MINIO_FORCE_PATH_STYLE=true
# ==================== 认证 ====================
# 本地开发模式(方式三):使用 http://localhost:3000
# Docker 容器模式(方式一、二):改为 https://localhost配合 Caddy http://localhost:13000
# Docker 容器模式(方式一、二):由 docker-compose.yml 注入为 http://localhost:13000
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=please-change-this-to-a-random-string
# ==================== 应用内部自调用地址 ====================
# 仅用于服务端内部 fetch 本应用 API / 文件。
# 本地开发模式通常与 NEXTAUTH_URL 一致Docker 模式由 docker-compose.yml 注入为 http://127.0.0.1:3000
INTERNAL_APP_URL=http://127.0.0.1:3000
# ==================== 内部密钥 ====================
CRON_SECRET=please-change-this-cron-secret
INTERNAL_TASK_TOKEN=please-change-this-task-token