NucuCar/NucuCar.Sensors/appsettings.json

30 lines
No EOL
576 B
JSON

{
"Telemetry": {
"Publisher": "Azure",
"ServiceEnabled": true,
"PublishInterval": 3000,
"ConnectionString": "YOUR_CONNECTION_STRING"
},
"EnvironmentSensor": {
"Enabled": true,
"Telemetry": true
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Kestrel": {
"EndpointDefaults": {
"Protocols": "Http2"
},
"EndPoints": {
"Https": {
"Url": "https://0.0.0.0:8000"
}
}
}
}