TrafficLightsCSharp/TrafficLights/appsettings.json

14 lines
261 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"PeriodConfigurationFile": "periods.json",
"StartTime": "07:59",
"RunTime": 0,
"TimeFactor": 4.0
}