Files
HomeMonitor/Environment/Service/appsettings.json
2024-01-13 21:53:21 -05:00

24 lines
487 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Mqtt": {
"Server": "mosquitto",
"Topic": "enviro"
},
"Environment": {
"Database": {
"Host": "",
"User": "",
"Password": "",
"Name": "Environment",
"TrustServerCertificate": false,
"Port": 1435
}
}
}