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
+5 -15
View File
@@ -1,10 +1,4 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
@@ -16,16 +10,12 @@
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"SQLiteDefault": "Data Source=data.db"
},
"Name" : "Test" ,
"ChapterSettings": {
"Name": "Robertsville Middle School",
"ShortName": "RMS",
"NationalId": "2227",
"StateId": "12227",
"RegionalId": "12227",
"Name": "Your Chapter Name",
"ShortName": "YCN",
"NationalId": "0000",
"StateId": "00000",
"RegionalId": "00000",
"CompetitionYear": "2026"
}
}