Update settings for production deployment
This commit is contained in:
+5
-15
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user