MQTTListener/config.toml
Siegfried Siegert daa79b27ca Extend this program:
- add a database for devices
- read devices from database and present this data on a simple web/REST
interface

The code or model is from a blog entry from Alex Edward:
https://www.alexedwards.net/blog/organising-database-access
2020-08-30 07:16:50 +02:00

8 lines
130 B
TOML

[BROKER]
Address="s1.mimbach49.de"
Port=8883
ClientId = "mqttListener"
Username = "testuser"
Password = "xyz123"
EnableTLS = true