mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 09:35:39 -05:00
32 lines
626 B
JSON
32 lines
626 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Mqtt": {
|
|
"Server": "172.23.10.3"
|
|
},
|
|
"Environment": {
|
|
"Database": {
|
|
"Host": "localhost",
|
|
"User": "postgres",
|
|
"Password": "postgres",
|
|
"Port": 5432,
|
|
"Name": "Environment",
|
|
"TrustServerCertificate": true
|
|
},
|
|
"Hub": {
|
|
"Url": "http://localhost:8080/environment"
|
|
},
|
|
"DeviceCheckInterval": "00:00:30",
|
|
"DeviceWarningInterval": "00:00:10"
|
|
},
|
|
"AuthorizationToken": "test-token",
|
|
"Telegram": {
|
|
"BotToken": "",
|
|
"ChatId": ""
|
|
}
|
|
}
|