add config for agent

This commit is contained in:
csehviktor
2025-07-03 06:08:41 +02:00
parent c83e5c86e0
commit dbbc673efe
2 changed files with 33 additions and 0 deletions

6
agent/config.toml Normal file
View File

@@ -0,0 +1,6 @@
send_interval_seconds = 5
[mqtt]
agent = "agent-1"
host = "0.0.0.0"
port = 1883