mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 17:23:11 -05:00
18 lines
308 B
JSON
18 lines
308 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"Weather": {
|
|
"Database": {
|
|
"Name": "Weather"
|
|
},
|
|
"Queue": {
|
|
"Name": "weather"
|
|
}
|
|
},
|
|
"Hub": {
|
|
"Weather": "http://hub-server/weather"
|
|
}
|
|
} |