Files
chapter-organizer/WebApp/appsettings.json
T

22 lines
429 B
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.AspNetCore": "Warning",
"System": "Warning"
}
}
},
"AllowedHosts": "*",
"ChapterSettings": {
"Name": "Your Chapter Name",
"ShortName": "YCN",
"NationalId": "0000",
"StateId": "00000",
"RegionalId": "00000",
"CompetitionYear": "2026"
}
}