From 625cf3e8a1544301ca37ee3755bb38ed6f75d18d Mon Sep 17 00:00:00 2001 From: Maximilien LEDOUX Date: Tue, 15 Mar 2022 12:00:12 +0100 Subject: [PATCH] Changement IP --- resources/AppConfig.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/AppConfig.json b/resources/AppConfig.json index 795395e..38b0daf 100644 --- a/resources/AppConfig.json +++ b/resources/AppConfig.json @@ -1,8 +1,8 @@ { - "multicastNetworkInterface" : "Wi-Fi", - "multicastAddress" : "226.66.66.1:15502", - "multicastSecond" : 30, - "domain" : "lightcontainerSB01", - "unicastPort" : 58000, - "storagePath" : "/home/benjamin/sbe" + "multicastNetworkInterface": "Wi-Fi", + "multicastAddress": "224.66.66.1:15502", + "multicastSecond": 30, + "domain": "lightcontainerSB01", + "unicastPort": 58000, + "storagePath": "/home/benjamin/sbe" } \ No newline at end of file