Files
HSAP/.env.example
Chengfang Lu 672ef61e17 feat: CVAT 标注引擎、我的标注收件箱与 ADAS Cuboid 送标
- 统一标注引擎为 CVAT:客户端/配置/格式转换、iframe 标注页、docker-compose.cvat.yml 与 no_auth 补丁
- 移除 Label Studio 相关配置与构建脚本,清理 embedded.bak 备份与误提交的 node_modules
- 新增「我的标注」:跨 Campaign 收件箱、逐张清单、CVAT frame 跳转
- 飞书任务分配:通讯录同步选人、按量分配、分配后 DM 通知(含 my-tasks 链接)
- ADAS cuboid_7cls 数据湖接入:workflow 路径、register-batch、开标上传与标注同步
- 数据湖挂载 AS_DATA_LAKE_ROOT、datasets/adas 符号链接、reset_labeling 运维脚本
- 补充 docs/HANDOVER.md 项目交接文档

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-15 17:25:28 +08:00

27 lines
886 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.
# HSAP (Huaxu Sentinel Active Safety Platform) — Docker Compose 环境变量
# 平台端口
AS_PLATFORM_PORT=8787
# 宿主机映射端口(与旧 active-safety 的 as-postgres:5432 / as-redis:6379 冲突时可改为 5433 / 6380
AS_DB_PORT=5433
AS_REDIS_PORT=6380
AS_WEB_DEV_PORT=5173
# 外部 workspace含 DMS/Lane 大文件数据时填写绝对路径;无则留默认占位目录)
# AS_WORKSPACE_ROOT=/path/to/DATA/workspace
# 车队地图 / T-Box 演示
AS_FLEET_MAP_ENABLED=1
AS_FLEET_MOCK_SEED=1
AS_FLEET_MOCK_SIMULATE=1
AS_FLEET_SIM_INTERVAL_SEC=8
AS_TBOX_INGEST_TOKEN=hsap-demo-tbox-token
# AS_AMAP_KEY=
# 车队地图底图gaode国内推荐| osm
AS_MAP_TILE_PROVIDER=gaode
# CVAT 标注引擎(随 make up 一并启动,补丁在 vendor/cvat/patches/
# CVAT_HOST=http://hsap-cvat-server:8080
# CVAT_PUBLIC_URL=http://127.0.0.1:8080
# CVAT_PORT=8080