-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat(mosquitto v2): enables listener on 1883 (#5)
Also freeze image to eclipse-mosquitto:2 fixes #1 Co-authored-by: Vincent Vatelot <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
listener 1883 | ||
persistence true | ||
persistence_location /mosquitto/data/ | ||
log_dest file /mosquitto/log/mosquitto.log | ||
|
||
## Authentication ## | ||
# allow_anonymous false | ||
# password_file /mosquitto/config/password.txt | ||
# By default, Mosquitto >=2.0 allows only authenticated connections. Change to true to enable anonymous connections. | ||
allow_anonymous false | ||
# password_file /mosquitto/config/password.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters