Skip to content

Instantly share code, notes, and snippets.

@piti118
Created March 5, 2019 18:40
Show Gist options
  • Save piti118/c697dd24ccb3f006c66f38e7bcd55726 to your computer and use it in GitHub Desktop.
Save piti118/c697dd24ccb3f006c66f38e7bcd55726 to your computer and use it in GitHub Desktop.
decent default mqtt configuration
listeners:
default:
type: tcp
bind: 0.0.0.0:1883
my-ws-1:
bind: 0.0.0.0:8080
type: ws
sys_interval: 20
auth:
allow-anonymous: true
plugins:
- auth_file
- auth_anonymous
topic-check:
enabled': True
plugins':
- topic_taboo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment