NucuCar/NucuCar.Sensors/appsettings.json
2019-11-14 16:45:32 +02:00

29 lines
No EOL
519 B
JSON

{
"Telemetry": {
"Enabled": true,
"Interval": 5000
},
"EnvironmentSensor": {
"Enabled": true,
"Telemetry": false,
"MeasurementInterval": 1000
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Kestrel": {
"EndpointDefaults": {
"Protocols": "Http2"
},
"EndPoints": {
"Https":{
"Url": "https://0.0.0.0:8000"
}
}
}
}