refactor(appsettings): apiKey in QueryStrings verschieben

This commit is contained in:
tekh 2025-08-15 10:24:01 +02:00
parent dd60555ed3
commit c21e4a93ef

View File

@ -8,6 +8,8 @@
"AllowedHosts": "*",
"EConnect": {
"BaseAddress": "https://portal.demoportal01.leanetec.com",
"apiKey": "HGpGp3vk3MsKgSe0tKVZ1ZRCuq6bFoJ1"
"QueryStrings": {
"apiKey": "HGpGp3vk3MsKgSe0tKVZ1ZRCuq6bFoJ1"
}
}
}
}