feat(configs): add city configuration file

Introduced a new JSON configuration file for city settings. This file currently includes the city name "Chambéry".
This commit is contained in:
Mathis H (Avnyr) 2024-09-27 11:00:32 +02:00
parent d3e1b122e4
commit 69d1186333
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

3
configs/city.json Normal file
View File

@ -0,0 +1,3 @@
{
"cityName": "Chambéry"
}