diff --git a/README.md b/README.md index e69de29..d207fc9 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,15 @@ +# FileFrontEnd + +## Configuration + +### Technologies utilisées + +* Java 11 (ressources informatiques) +* Gradle 7.1 + +### Projet + +* src > main > resources > appdata.json -> Fichier de configuration à modifier +* storagePath : indiquer le dossier où les fichiers temporaires du FFE seront stockés +* network_interface : indiquer l'interface réseau à utiliser. Si elle n'est pas bonne, le programme demande laquelle utiliser au démarrage + diff --git a/app/src/main/resources/appdata.json b/app/src/main/resources/appdata.json index aef75a5..fa0b3f2 100644 --- a/app/src/main/resources/appdata.json +++ b/app/src/main/resources/appdata.json @@ -2,9 +2,9 @@ "unicast_port": 8000, "multicast_ip": "224.66.66.1", "multicast_port": 15502, - "network_interface": "tun0", - "tls": false, - "storagePath": "C:\\Users\\ledou\\Documents\\ffe", + "network_interface": "Mon interface réseau", + "tls": true, + "storagePath": "Chemin vers le dossier FFE", "users": [ ] } \ No newline at end of file