From 3a445b6a214813fcf0cf6d828974d473d32484ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20CHOMAZ?= Date: Mon, 18 Nov 2024 22:42:59 +0100 Subject: [PATCH] ajout du fichier de config du jeu avec les topic etc --- services/config/config_game.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 services/config/config_game.json diff --git a/services/config/config_game.json b/services/config/config_game.json new file mode 100644 index 0000000..2eaf065 --- /dev/null +++ b/services/config/config_game.json @@ -0,0 +1,12 @@ +{ + "services": { + "score":{ + "MQTTconfig":{ + "mqttHost": "mqtt://192.168.1.78", + "mqttScoreTopic": "game/score", + "mqttScoreChangeTopic": "game/score/update" + } + } + } + +} \ No newline at end of file