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