initial
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-02-10 12:37:46 +01:00
commit 9951c1ced5
9 changed files with 259 additions and 0 deletions

14
deployment/config.json Normal file
View File

@ -0,0 +1,14 @@
{
"mqtt": {
"broker": "mqtt://emqx01-anonymous-cluster-internal.broker.svc.cluster.local:1883",
"tlsEnable": "false",
"topic": "tsm"
},
"interval": 10,
"servers": [
{
"name": "172.16.13.10",
"label": "david"
}
]
}