amqtt/docs/references/amqtt.md

17 wiersze
388 B
Markdown

#
::: mkdocs-typer2
:module: amqtt.scripts.broker_script
:name: amqtt
:pretty: true
2025-05-21 13:53:46 +00:00
## Configuration
2025-05-21 13:53:46 +00:00
Without the `-c` argument, the broker will run with the following, default configuration:
2025-05-21 13:53:46 +00:00
```yaml
--8<-- "amqtt/scripts/default_broker.yaml"
2025-05-21 13:53:46 +00:00
```
Using the `-c` argument allows for configuration with a YAML structured file; see [broker configuration](broker_config.md).