NucuCar/NucuCar.Sensors/appsettings.json

20 lines
348 B
JSON
Raw Normal View History

2019-11-09 13:34:49 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Kestrel": {
"EndpointDefaults": {
"Protocols": "Http2"
},
"EndPoints": {
"Https":{
"Url": "https://0.0.0.0:8000"
}
}
2019-11-09 13:34:49 +00:00
}
}