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.
16 lines
264 B
JSON
16 lines
264 B
JSON
{
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Http": {
|
|
"Url": "http://+:56000"
|
|
}
|
|
}
|
|
},
|
|
"Settings": {
|
|
"Terms": {
|
|
"Title": "Foodsharing Musterhausen",
|
|
"TitleShort": "Musterhausen",
|
|
"StepInName": "Krabbelgruppe2"
|
|
}
|
|
}
|
|
} |