chore: expose history dlq in launchctl

This commit is contained in:
lingniu
2026-07-01 16:43:10 +08:00
parent 6ac77b2f7d
commit ec4aed3ca9
4 changed files with 19 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ def replacements() -> dict[str, str]:
"__MYSQL_JDBC_URL__": env("MYSQL_JDBC_URL", identity_jdbc),
"__MYSQL_USERNAME__": env("MYSQL_USERNAME", identity_username),
"__MYSQL_PASSWORD__": env("MYSQL_PASSWORD", identity_password),
"__KAFKA_TOPIC_HISTORY_DLQ__": env("KAFKA_TOPIC_HISTORY_DLQ", "vehicle.dlq.history.v1"),
"__YUTONG_MQTT_ENABLED__": env("YUTONG_MQTT_ENABLED", "false"),
"__YUTONG_MQTT_URI__": env("YUTONG_MQTT_URI", ""),
"__YUTONG_MQTT_TOPIC__": env("YUTONG_MQTT_TOPIC", "#"),