2019-11-09 13:34:49 +00:00
|
|
|
{
|
2019-11-14 14:45:32 +00:00
|
|
|
"Telemetry": {
|
2020-01-11 14:46:27 +00:00
|
|
|
"Publisher": "Disk",
|
2019-11-26 18:24:27 +00:00
|
|
|
"ServiceEnabled": true,
|
2019-11-24 16:40:42 +00:00
|
|
|
"PublishInterval": 3000,
|
2020-01-24 14:21:43 +00:00
|
|
|
"ConnectionString": "FileName=nucucar.telemetry;FileExtension=txt;Separator=\n"
|
2019-11-14 14:45:32 +00:00
|
|
|
},
|
2019-11-11 15:58:46 +00:00
|
|
|
"EnvironmentSensor": {
|
2019-12-14 14:31:32 +00:00
|
|
|
"Enabled": true,
|
2020-02-02 14:19:53 +00:00
|
|
|
"Telemetry": true,
|
|
|
|
"Grpc": true
|
2019-11-11 15:58:46 +00:00
|
|
|
},
|
2019-12-29 12:10:58 +00:00
|
|
|
"HealthSensor": {
|
|
|
|
"Enabled": true,
|
2020-02-02 14:19:53 +00:00
|
|
|
"Telemetry": true,
|
|
|
|
"Grpc": true
|
2019-12-29 12:10:58 +00:00
|
|
|
},
|
2019-11-09 13:34:49 +00:00
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
2019-11-10 12:38:40 +00:00
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"Kestrel": {
|
|
|
|
"EndpointDefaults": {
|
|
|
|
"Protocols": "Http2"
|
|
|
|
},
|
|
|
|
"EndPoints": {
|
2019-11-17 13:29:33 +00:00
|
|
|
"Https": {
|
2019-11-10 13:13:57 +00:00
|
|
|
"Url": "https://0.0.0.0:8000"
|
2019-11-10 12:38:40 +00:00
|
|
|
}
|
|
|
|
}
|
2019-11-09 13:34:49 +00:00
|
|
|
}
|
2019-11-10 12:38:40 +00:00
|
|
|
}
|