Introduced a new "TestMode" setting in AppSettings to toggle test mode. Updated multiple pages to display a warning message when "TestMode" is enabled. This ensures users are informed when changes may not be persistent.
18 lines
312 B
JSON
18 lines
312 B
JSON
{
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Http": {
|
|
"Url": "http://+:56000"
|
|
}
|
|
}
|
|
},
|
|
"DetailedErrors": true,
|
|
"Settings": {
|
|
"TestMode": true,
|
|
"Terms": {
|
|
"Title": "Foodsharing Musterhausen",
|
|
"TitleShort": "Musterhausen",
|
|
"StepInName": "Krabbelgruppe2"
|
|
}
|
|
}
|
|
} |