Files
FoodsharingOnboarding/FoodsharingSiegen.Server/config/appsettings.json
Andre Beging 3d92833199 Refactor term-related settings into a dedicated class
Extracted term-related properties from AppSettings to a new TermSettings class for improved organization and separation of concerns. Updated appsettings.json to reflect the new structure.
2025-03-28 09:01:50 +01:00

16 lines
264 B
JSON

{
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://+:56000"
}
}
},
"Settings": {
"Terms": {
"Title": "Foodsharing Musterhausen",
"TitleShort": "Musterhausen",
"StepInName": "Krabbelgruppe2"
}
}
}