Files
hamview-receiver/etc/hamview-broker.yaml.sample
maze 45dbdfafd8
Some checks failed
Test and build / Build (push) Failing after 1m9s
Provide example configurations
2026-02-23 16:39:58 +01:00

14 lines
230 B
Plaintext

broker:
type: mqtt
conf:
host: 127.0.0.1:1883
username: hamview
password: secret
# Example using Kafka:
#broker:
# type: kafka
# conf:
# bootstrap.hosts: 127.0.0.1:9092
# client.id: hamview-receiver