Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
blocks:server:advanced_server_configuration:mqtt [2023-05-16 11:50]
mattias [MQTT Explorer (3rd party tool)]
blocks:server:advanced_server_configuration:mqtt [2023-05-26 12:50]
admin Added port setting
Line 151: Line 151:
     username: pixi   # Default is no username and password     username: pixi   # Default is no username and password
     password: pixi     password: pixi
-    encryption: false #Change 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
 </code> </code>