diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-11-19 15:53:09 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-11-19 15:53:09 +0000 |
commit | 224c7385c9f2c0eafd7751bf8e100ab5d8c52345 (patch) | |
tree | e19c4ba8deabfd4132230792b17eeb56e6e93802 /mosquitto.conf | |
parent | 408fa00f2387d19995e078c66d8e3d1c75f473f1 (diff) | |
download | power.eda.gay-224c7385c9f2c0eafd7751bf8e100ab5d8c52345.tar.gz power.eda.gay-224c7385c9f2c0eafd7751bf8e100ab5d8c52345.zip |
Added MQTT broker, some instructions
Diffstat (limited to 'mosquitto.conf')
-rw-r--r-- | mosquitto.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mosquitto.conf b/mosquitto.conf new file mode 100644 index 0000000..7a37d54 --- /dev/null +++ b/mosquitto.conf @@ -0,0 +1,5 @@ +password_file /mosquitto/passwd_file +allow_anonymous false + +# MQTT Default listener +listener 1883 0.0.0.0 |