You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`Hostname`|`AIO_BROKER_HOSTNAME`|yes|string|n/a|FQDN to the endpoint, eg: mybroker.mydomain.com|
16
-
|`TcpPort`|`AIO_BROKER_TCP_PORT`|no|uint16|`8883`|TCP port to access the endpoint eg: 8883|
16
+
|`TcpPort`|`AIO_BROKER_TCP_PORT`|no|uint16|`18883`|TCP port to access the endpoint eg: 18883|
17
17
|`UseTls`|`AIO_MQTT_USE_TLS`|no|bool|`true`|Enable TLS negotiation (disabling not recommended for production)|
18
18
|`CaFile`|`AIO_TLS_CA_FILE`|no|string|null|Path to a PEM file to validate server identity|
19
19
|`CleanStart`|`AIO_MQTT_CLEAN_START`|no|bool|false|Whether to use persistent session on first connect, subsequent connections will be `false`. `true` requires a unique `ClientId`.
0 commit comments