NucuCar/NucuCar.Sensors/appsettings.json
2019-11-10 14:38:40 +02:00

20 lines
No EOL
350 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Kestrel": {
"EndpointDefaults": {
"Protocols": "Http2"
},
"EndPoints": {
"Https":{
"Url": "https://localhost:8000"
}
}
}
}