Update settings for production deployment

This commit is contained in:
2025-12-05 14:28:23 -05:00
parent 826eac1372
commit 56dbd549fd
5 changed files with 126 additions and 47 deletions
+8 -6
View File
@@ -1,10 +1,4 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
@@ -14,5 +8,13 @@
"System": "Warning"
}
}
},
"ChapterSettings": {
"Name": "Robertsville Middle School",
"ShortName": "RMS",
"NationalId": "2227",
"StateId": "12227",
"RegionalId": "12227",
"CompetitionYear": "2026"
}
}