fix: correct default template name in deploy.sh
This commit is contained in:
parent
c5f3e1a009
commit
5ba627f265
@ -35,12 +35,12 @@ ALARMS_DIR="$RUNTIME_DIR/alarms"
|
||||
CLIPS_DIR="$RUNTIME_DIR/clips"
|
||||
|
||||
# 默认使用模板/profile/overlay 渲染部署配置。可通过环境变量覆盖:
|
||||
# DEPLOY_CONFIG_TEMPLATE=configs/templates/workshop_face_shoe_alarm.json
|
||||
# DEPLOY_CONFIG_TEMPLATE=configs/templates/std_workshop_face_recognition_shoe_alarm.json
|
||||
# DEPLOY_CONFIG_PROFILE=configs/profiles/local_3588_test.json
|
||||
# DEPLOY_CONFIG_OVERLAYS="configs/overlays/face_debug.json configs/overlays/production_quiet.json"
|
||||
# DEPLOY_CONFIG_ID=local_3588_face_debug
|
||||
# DEPLOY_CONFIG_VERSION=20260419.001
|
||||
DEPLOY_CONFIG_TEMPLATE="${DEPLOY_CONFIG_TEMPLATE:-configs/templates/workshop_face_shoe_alarm.json}"
|
||||
DEPLOY_CONFIG_TEMPLATE="${DEPLOY_CONFIG_TEMPLATE:-configs/templates/std_workshop_face_recognition_shoe_alarm.json}"
|
||||
DEPLOY_CONFIG_PROFILE="${DEPLOY_CONFIG_PROFILE:-configs/profiles/local_3588_test.json}"
|
||||
DEPLOY_CONFIG_OVERLAYS="${DEPLOY_CONFIG_OVERLAYS:-configs/overlays/face_debug.json}"
|
||||
DEPLOY_CONFIG_ID="${DEPLOY_CONFIG_ID:-local_3588_face_debug}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user