From 089b033fbeae583bc4a455f034d816704fb72d2e Mon Sep 17 00:00:00 2001 From: Benjamin Date: Tue, 22 Feb 2022 12:22:38 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20fichier=20json=20contenant=20la?= =?UTF-8?q?=20configurationdu=20serveur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/AppConfig.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 resources/AppConfig.json diff --git a/resources/AppConfig.json b/resources/AppConfig.json new file mode 100644 index 0000000..1b61acd --- /dev/null +++ b/resources/AppConfig.json @@ -0,0 +1,5 @@ +{ + "multicastAddress" : "226.66.66.1:42500", + "multicastSecond" : 10, + "unicastAddress" : "0.0.0.0:58000" +} \ No newline at end of file