MQTT: mosquitto.conf
File mosquitto.conf, 381 bytes (added by , 3 years ago) |
---|
Line | |
---|---|
1 | # following two lines required for > v2.0 |
2 | #allow_anonymous true |
3 | listener 1883 |
4 | persistence true |
5 | persistence_location /mosquitto/data/ |
6 | log_dest file /mosquitto/log/mosquitto.log |
7 | |
8 | allow_anonymous false |
9 | password_file /mosquitto/config/passwd |
10 | acl_file /mosquitto/config/acls.conf |
11 | |
12 | |
13 | log_type subscribe |
14 | log_type error |
15 | log_type warning |
16 | log_type notice |
17 | log_type information |
18 | log_type all |
19 | |
20 |