From 6c33573ad10328a18116c454f19b5847790cfc0e Mon Sep 17 00:00:00 2001 From: EndMove Date: Tue, 15 Mar 2022 12:21:10 +0100 Subject: [PATCH] Update domain --- resources/AppConfig.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/AppConfig.json b/resources/AppConfig.json index 7d5b169..7c7aaa1 100644 --- a/resources/AppConfig.json +++ b/resources/AppConfig.json @@ -1,8 +1,8 @@ { - "multicastNetworkInterface" : "Loopback Pseudo-Interface 1", - "multicastAddress" : "224.66.66.1:15502", - "multicastSecond" : 30, - "domain" : "lightcontainerSB01", - "unicastPort" : 58000, - "storagePath" : "D:\\sbe" + "multicastNetworkInterface": "Loopback Pseudo-Interface 1", + "multicastAddress": "224.66.66.1:15502", + "multicastSecond": 30, + "domain": "org.lightcont01", + "unicastPort": 58000, + "storagePath": "D:\\sbe" } \ No newline at end of file