Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nguu0123 committed Oct 11, 2024
1 parent c0f7693 commit a5750f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qoa4ml/config/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class AMQPConnectorConfig(BaseModel):
exchange_name: str
exchange_type: str
out_routing_key: str
health_check_disable: bool
health_check_disable: bool = False


class MQTTConnectorConfig(BaseModel):
Expand Down

0 comments on commit a5750f3

Please sign in to comment.