diff --git a/.gitignore b/.gitignore index 0196882..e33455d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.venv /.idea +config.json diff --git a/config.json b/config.json index 6615fdb..43255de 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,6 @@ { "filigrame": "Thierry Charpe (Juillet 2024)", + "zipfileDirectory": "I:\\Drive\\Documents\\Logement Colin", "source_directory": "H:\\Utilisateurs\\Alex\\Dossier - Logement 2024" } \ No newline at end of file diff --git a/config.json.sample b/config.json.sample new file mode 100644 index 0000000..6615fdb --- /dev/null +++ b/config.json.sample @@ -0,0 +1,5 @@ +{ + "filigrame": "Thierry Charpe (Juillet 2024)", + "zipfileDirectory": "I:\\Drive\\Documents\\Logement Colin", + "source_directory": "H:\\Utilisateurs\\Alex\\Dossier - Logement 2024" +} \ No newline at end of file