refactor: analysis workflow architecture
fix: NEXTAUTH_URL fix: prevent project model edits from affecting default model
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user