mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Record last time an environmental device reported
This commit is contained in:
@@ -11,14 +11,15 @@
|
||||
"Environment": {
|
||||
"Database": {
|
||||
"Host": "localhost",
|
||||
"User": "sa",
|
||||
"Password": "newpassword",
|
||||
"Port": 1433,
|
||||
"User": "postgres",
|
||||
"Password": "postgres",
|
||||
"Port": 5432,
|
||||
"Name": "Environment",
|
||||
"TrustServerCertificate": true
|
||||
},
|
||||
"Hub": {
|
||||
"Url": "http://localhost:8080/environment"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AuthorizationToken": "test-token"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user