Création fichier json contenant la configurationdu serveur

This commit is contained in:
Benjamin Lejeune 2022-02-22 12:22:38 +01:00
parent bc2e322781
commit 089b033fbe

5
resources/AppConfig.json Normal file
View File

@ -0,0 +1,5 @@
{
"multicastAddress" : "226.66.66.1:42500",
"multicastSecond" : 10,
"unicastAddress" : "0.0.0.0:58000"
}