Files
SafelyYouCodingChallenge/dotnet/SafelyYou/appsettings.json
T

13 lines
199 B
JSON

{
"HeartBeatHistory" : {
"WindowMillis" : 1000
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}