From 212e2f350f744818921bd85e5c6b4345a7445b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20CHOMAZ?= Date: Tue, 3 Feb 2026 20:41:06 +0100 Subject: [PATCH] =?UTF-8?q?(update)=20Mise=20=C3=A0=20jour=20du=20configur?= =?UTF-8?q?ation.json=20pour=20ajouter=20le=20topic=20de=20request=20des?= =?UTF-8?q?=20scores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VNode/services/config/configuration.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/VNode/services/config/configuration.json b/VNode/services/config/configuration.json index a930515f..974b0eab 100644 --- a/VNode/services/config/configuration.json +++ b/VNode/services/config/configuration.json @@ -4,7 +4,8 @@ "score": { "MQTTconfig": { "mqttScoreTopic": "game/score", - "mqttScoreChangeTopic": "game/score/update" + "mqttScoreChangeTopic": "game/score/update", + "mqttScoreRequestTopic": "game/score/request" } }, "quizzcollector": { @@ -27,4 +28,4 @@ } } } -} +} \ No newline at end of file