mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
21 lines
432 B
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
|
|
}
|
|
}
|
|
}
|