container-integration #1

Merged
jchomaz merged 13 commits from lol/Vulture:container-integration into main 2025-11-24 17:47:18 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 856b90567d - Show all commits

View File

@@ -1,6 +1,6 @@
{ {
"services": { "services": {
"mqttHost": "mqtt://192.168.1.30", "mqttHost": "mqtt://localhost",
"score":{ "score":{
"MQTTconfig":{ "MQTTconfig":{
"mqttScoreTopic": "game/score", "mqttScoreTopic": "game/score",

View File

@@ -8,7 +8,7 @@
"yellowBuzzerIP": "8.8.8.8" "yellowBuzzerIP": "8.8.8.8"
}, },
"MQTTconfig":{ "MQTTconfig":{
"mqttHost": "mqtt://192.168.1.28", "mqttHost": "mqtt://localhost",
"mqttTopic": "buzzer/watcher" "mqttTopic": "buzzer/watcher"
} }
} }