mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
23 lines
461 B
JSON
23 lines
461 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Mqtt": {
|
|
"Server": "mosquitto",
|
|
"Topic": "enviro"
|
|
},
|
|
"Environment": {
|
|
"Database": {
|
|
"Host": "",
|
|
"User": "",
|
|
"Password": "",
|
|
"Name": "Environment",
|
|
"TrustServerCertificate": false
|
|
}
|
|
}
|
|
}
|