42 lines
No EOL
817 B
JSON
42 lines
No EOL
817 B
JSON
{
|
|
"Telemetry": {
|
|
"Publisher": "Disk",
|
|
"ServiceEnabled": true,
|
|
"PublishInterval": 3000,
|
|
"ConnectionString": "FileName=nucucar.telemetry;FileExtension=txt;Separator=\n"
|
|
},
|
|
"EnvironmentSensor": {
|
|
"Enabled": true,
|
|
"Telemetry": true
|
|
},
|
|
"HealthSensor": {
|
|
"Enabled": true,
|
|
"Telemetry": true
|
|
},
|
|
"HeartbeatSensor": {
|
|
"Enabled": false,
|
|
"Telemetry": true
|
|
},
|
|
"Pms5003Sensor": {
|
|
"Enabled": true,
|
|
"Telemetry": true
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"EndpointDefaults": {
|
|
"Protocols": "Http2"
|
|
},
|
|
"EndPoints": {
|
|
"Http": {
|
|
"Url": "http://0.0.0.0:8000"
|
|
}
|
|
}
|
|
}
|
|
} |