mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Initial setup of environment service
This commit is contained in:
20
Environment/Service/appsettings.Development.json
Normal file
20
Environment/Service/appsettings.Development.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Mqtt": {
|
||||
"Server": "172.23.10.3"
|
||||
},
|
||||
"Environment": {
|
||||
"Database": {
|
||||
"Host": "localhost",
|
||||
"User": "sa",
|
||||
"Password": "newpassword",
|
||||
"Name": "Environment",
|
||||
"TrustServerCertificate": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user