diff --git a/services/config/config_network.json b/services/config/config_network.json new file mode 100644 index 0000000..f0e35dd --- /dev/null +++ b/services/config/config_network.json @@ -0,0 +1,17 @@ +{ + "hosts": { + "buzzers":{ + "IP":{ + "redBuzzerIP": "8.8.8.6", + "blueBuzzerIP": "8.8.8.8", + "greenBuzzerIP": "8.8.8.8", + "yellowBuzzerIP": "8.8.8.8" + }, + "MQTTconfig":{ + "mqttHost": "mqtt://192.168.1.78", + "mqttTopic": "buzzer/watcher" + } + } + } + +} \ No newline at end of file