Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
blocks:server:advanced_server_configuration:mqtt [2025-01-09 13:31] mattias [Security] |
blocks:server:advanced_server_configuration:mqtt [2025-01-13 12:03] (current) mattias [Blocks Server Configuration File] |
||
---|---|---|---|
Line 172: | Line 172: | ||
If this section is missing in the config file, default settings is assumed for the broker. | If this section is missing in the config file, default settings is assumed for the broker. | ||
+ | |||
+ | |||
< | < | ||
mqtt: | mqtt: | ||
defaultBroker: | defaultBroker: | ||
address: localhost | address: localhost | ||
- | username: | + | username: |
- | password: pixi | + | password: pixi # Replace pixi with the password setup with your user. |
encryption: false # Set to true if secure connection (tls) is available. | encryption: false # Set to true if secure connection (tls) is available. | ||
port: 1883 # Default is 1883 if non-encypted and 8883 if encrypted | port: 1883 # Default is 1883 if non-encypted and 8883 if encrypted |