Files
HomeMonitor/Environment/Service/appsettings.json

27 lines
565 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Mqtt": {
"Server": "mosquitto",
"Topic": "enviro"
},
"Environment": {
"Database": {
"Host": "",
"User": "",
"Password": "",
"Name": "Environment",
"TrustServerCertificate": true,
"Port": 1435
},
"Hub": {
"Url": "http://hub-server/environment"
}
}
}