Files
dotnet-mvc-test/appsettings.json
Tommy Parnell c7d9fb254b https port
2021-12-28 19:11:24 -05:00

11 lines
173 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"https_port": 443
}