Files
HomeMonitor/Environment/Service/appsettings.Development.json

21 lines
432 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Mqtt": {
"Server": "172.23.10.3"
},
"Environment": {
"Database": {
"Host": "localhost",
"User": "sa",
"Password": "newpassword",
"Name": "Environment",
"TrustServerCertificate": true
}
}
}