mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-15 18:47:28 -05:00
Initial commit from private
This commit is contained in:
18
Weather/Service/appsettings.json
Normal file
18
Weather/Service/appsettings.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"Weather": {
|
||||
"Database": {
|
||||
"Name": "weather"
|
||||
},
|
||||
"Queue": {
|
||||
"Name": "weather"
|
||||
}
|
||||
},
|
||||
"Hub": {
|
||||
"Weather": "http://hub-server/weatherHub"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user