11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
|
|
# HSAP (Huaxu Sentinel Active Safety Platform) — Docker Compose 环境变量
|
|||
|
|
|
|||
|
|
# 平台端口
|
|||
|
|
AS_PLATFORM_PORT=8787
|
|||
|
|
AS_DB_PORT=5432
|
|||
|
|
AS_REDIS_PORT=6379
|
|||
|
|
AS_WEB_DEV_PORT=5173
|
|||
|
|
|
|||
|
|
# 外部 workspace(含 DMS/Lane 大文件数据时填写绝对路径;无则留默认占位目录)
|
|||
|
|
# AS_WORKSPACE_ROOT=/path/to/DATA/workspace
|