Files
HSAP/manifests/feishu.env.example
jiacheng.lin 20073eaa59 feat: 更新 Dockerfile 和 docker-compose.yml,使用清华镜像源,升级 CVAT 版本,优化环境配置
fix: 清理飞书配置占位符,增强错误处理,确保前端不暴露内部错误信息
feat: 在标注服务中添加上传错误处理,优化 CVAT 状态查询
feat: 更新 AnnotationPage 以显示上传状态和错误信息,增强用户体验
feat: 登录页面添加重定向功能,优化用户登录流程
refactor: 删除 tsconfig.tsbuildinfo 文件,清理不必要的构建信息
2026-07-15 09:18:53 +08:00

36 lines
1.2 KiB
Plaintext
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.
# 飞书 + 数据库 + Redis复制为 feishu.envDocker 环境见 .env.example
FEISHU_APP_ID=
FEISHU_APP_SECRET=
FEISHU_REDIRECT_URI=http://127.0.0.1:8787/api/v1/auth/feishu/callback
AS_FRONTEND_URL=http://127.0.0.1:8787
AS_JWT_SECRET=请更换为随机长字符串
FEISHU_ADMIN_OPEN_IDS=
FEISHU_ADMIN_DEPARTMENT_IDS=
AS_DEV_AUTH=true
# ── 飞书多维表格(内网出站同步,见 docs/FEISHU_BITABLE_OPS.md──
# 从多维表格 URL 获取:/base/<app_token> ?table=<table_id>
FEISHU_BITABLE_APP_TOKEN=
# 表在知识库时wiki 链接 /wiki/<节点ID>?table= 的节点 ID
FEISHU_BITABLE_WIKI_NODE_TOKEN=
FEISHU_BITABLE_TABLE_ID=
FEISHU_BITABLE_SYNC_ENABLED=0
FEISHU_BITABLE_SYNC_INTERVAL_SEC=120
FEISHU_BITABLE_AUTO_INGEST=0
FEISHU_BITABLE_WEBHOOK_ENABLED=0
FEISHU_LABELING_CHAT_ID=
# 列名与飞书表不一致时可覆盖,默认中文列名见 FEISHU_BITABLE_OPS.md
# FEISHU_BITABLE_FIELD_BATCH_NAME=批次名
# 本机 run_server.sh
AS_DB_HOST=127.0.0.1
AS_DB_PORT=5432
AS_DB_USER=as_platform
AS_DB_PASSWORD=as_platform
AS_DB_NAME=as_platform
AS_REDIS_URL=redis://127.0.0.1:6379/0
AS_JOB_EXECUTOR=thread
# Docker Compose 会覆盖为 postgres/redis 服务名,见 docker-compose.yml