1
0
forked from jchomaz/Vulture

Lancement en mode network plutot que pod

This commit is contained in:
2025-11-30 10:34:02 +01:00
parent 516ca23c5e
commit 6633ecbe70
7 changed files with 31 additions and 26 deletions

View File

@@ -1,18 +1,17 @@
{
"services": {
"mqttHost": "mqtt://localhost",
"score":{
"MQTTconfig":{
"mqttHost": "mqtt://nanomq",
"score": {
"MQTTconfig": {
"mqttScoreTopic": "game/score",
"mqttScoreChangeTopic": "game/score/update"
}
},
"quizzcollector":{
"MQTTconfig":{
"quizzcollector": {
"MQTTconfig": {
"mqttQuizzCollectorListTopic": "game/quizz-collector/list",
"mqttQuizzCollectorCmdTopic": "game/quizz-collector/cmd"
}
}
}
}

View File

@@ -1,17 +1,16 @@
{
"hosts": {
"buzzers":{
"IP":{
"buzzers": {
"IP": {
"redBuzzerIP": "8.8.8.6",
"blueBuzzerIP": "8.8.8.8",
"greenBuzzerIP": "8.8.8.8",
"yellowBuzzerIP": "8.8.8.8"
},
"MQTTconfig":{
"mqttHost": "mqtt://localhost",
"MQTTconfig": {
"mqttHost": "mqtt://nanomq",
"mqttTopic": "buzzer/watcher"
}
}
}
}