From dc10186c1eb2b82a0363d283639de924e18c807b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20CHOMAZ?= Date: Mon, 23 Dec 2024 22:04:05 +0100 Subject: [PATCH] =?UTF-8?q?untrack=20du=20fichier=20de=20conf=20g=C3=A9n?= =?UTF-8?q?=C3=A9rique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/config/config.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 services/config/config.json diff --git a/services/config/config.json b/services/config/config.json deleted file mode 100644 index f0e35dd..0000000 --- a/services/config/config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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