From 69d1186333f0506827b8d78646efe78af48fc97e Mon Sep 17 00:00:00 2001 From: Mathis Date: Fri, 27 Sep 2024 11:00:32 +0200 Subject: [PATCH] feat(configs): add city configuration file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduced a new JSON configuration file for city settings. This file currently includes the city name "Chambéry". --- configs/city.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 configs/city.json diff --git a/configs/city.json b/configs/city.json new file mode 100644 index 0000000..10b8cf9 --- /dev/null +++ b/configs/city.json @@ -0,0 +1,3 @@ +{ + "cityName": "Chambéry" +} \ No newline at end of file