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