Skip to content

Commit

Permalink
MQTT: Fix shell code block title
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Feb 15, 2024
1 parent ce61531 commit 8967843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sandbox/apps/mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ While MQTT can be set up to use a username and password, it is not recommended t

To add a username and password, you will need to edit the `mosquitto.conf` file. You can find the file in the `/opt/mqtt/config/` directory. You will need to add the following lines to the file:

``` shell "mosquitto.conf"
``` shell title="mosquitto.conf"
allow_anonymous false # (1)!
user <username> # (2)!
password <password> # (3)!
Expand Down

0 comments on commit 8967843

Please sign in to comment.