Update NucuCar Sensors app settings to use Disk publisher
This commit is contained in:
parent
65044de633
commit
2166695fa0
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"Telemetry": {
|
"Telemetry": {
|
||||||
"Publisher": "Azure",
|
"Publisher": "Disk",
|
||||||
"ServiceEnabled": true,
|
"ServiceEnabled": true,
|
||||||
"PublishInterval": 3000,
|
"PublishInterval": 3000,
|
||||||
"ConnectionString": "YOUR_CONNECTION_STRING"
|
"ConnectionString": "Filename=nucucar.telemetry.txt"
|
||||||
},
|
},
|
||||||
"EnvironmentSensor": {
|
"EnvironmentSensor": {
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
|
|
Loading…
Reference in a new issue