Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Dodany użytkownik przez : Konfiguracja-->>Użytkownicy-->> DODAJ
- użytkownik mq hasło MOJE HASŁO ustawienie administrator
- Dodana integracja przez: Konfiguracja-->>Integracje-->>Dodaj-->>MQTT
- Plik - acl.conf w share/mosquitto
- acl_file /share/mosquitto/accesscontrollist
- Plik - accesscontrollist w share/mosquitto
- user mq
- topic readwrite #
- Config - dodatku mosquitto
- {
- "logins": [
- {"username": "mq", "password": "MOJE HASŁO"}
- ],
- "anonymous": false,
- "customize": {
- "active": true,
- "folder": "mosquitto"
- },
- "certfile": "fullchain.pem",
- "keyfile": "privkey.pem"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement