Advertisement
gvpaste

Untitled

Apr 26th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. mqtt:
  2. embedded:
  3. listeners:
  4. default:
  5. type: tcp
  6. max-connections: 5000
  7. internal_tcp_1:
  8. bind: 127.0.0.1:1882
  9. external_tcp_1:
  10. bind: 0.0.0.0:1883
  11. ssl: on
  12. certfile: !secret ssl_certificate
  13. keyfile: !secret ssl_key
  14. ws-1:
  15. bind: 0.0.0.0:8080
  16. type: ws
  17. auth:
  18. plugins: ['auth_anonymous']
  19. allow-anonymous: false
  20. password-file: !secret hbmqttaccess
  21. broker: 127.0.0.1
  22. port: 1882
  23. client_id: home-assistant-1
  24. username: home-assitant-1
  25. password: !secret api_password
  26. discovery: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement