Files
HomeMonitor/Environment/Service/appsettings.Development.json

26 lines
584 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"
}
},
"AuthorizationToken": "test-token"
}