chore: expose history dlq in launchctl
This commit is contained in:
@@ -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", "#"),
|
||||
|
||||
Reference in New Issue
Block a user