From ee4c2604db66ccd73330dadddcd771a67de38011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20CHOMAZ?= Date: Sun, 1 Feb 2026 13:49:54 +0100 Subject: [PATCH] Retrait des anciens fichiers de configuration --- VNode/services/config/config_game.json | 17 ----------------- VNode/services/config/config_network.json | 16 ---------------- 2 files changed, 33 deletions(-) delete mode 100644 VNode/services/config/config_game.json delete mode 100644 VNode/services/config/config_network.json diff --git a/VNode/services/config/config_game.json b/VNode/services/config/config_game.json deleted file mode 100644 index 9d873038..00000000 --- a/VNode/services/config/config_game.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "services": { - "mqttHost": "mqtt://nanomq", - "score": { - "MQTTconfig": { - "mqttScoreTopic": "game/score", - "mqttScoreChangeTopic": "game/score/update" - } - }, - "quizzcollector": { - "MQTTconfig": { - "mqttQuizzCollectorListTopic": "game/quizz-collector/list", - "mqttQuizzCollectorCmdTopic": "game/quizz-collector/cmd" - } - } - } -} \ No newline at end of file diff --git a/VNode/services/config/config_network.json b/VNode/services/config/config_network.json deleted file mode 100644 index fa788824..00000000 --- a/VNode/services/config/config_network.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "hosts": { - "buzzers": { - "IP": { - "redBuzzerIP": "192.168.73.40", - "blueBuzzerIP": "192.168.73.41", - "greenBuzzerIP": "192.168.73.42", - "yellowBuzzerIP": "192.168.73.43" - }, - "MQTTconfig": { - "mqttHost": "mqtt://nanomq", - "mqttTopic": "buzzer/watcher" - } - } - } -} \ No newline at end of file