mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-22 01:25:39 -05:00
Initial setup of environment service
This commit is contained in:
22
Environment/Service/appsettings.json
Normal file
22
Environment/Service/appsettings.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Mqtt": {
|
||||
"Server": "mosquitto",
|
||||
"Topic": "enviro"
|
||||
},
|
||||
"Environment": {
|
||||
"Database": {
|
||||
"Host": "",
|
||||
"User": "",
|
||||
"Password": "",
|
||||
"Name": "Environment",
|
||||
"TrustServerCertificate": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user