Read password from appsettings in the metrics auth.

This commit is contained in:
2019-12-14 03:32:58 +00:00
parent 7d9efbcb90
commit d1b6e03175
2 changed files with 17 additions and 2 deletions

View File

@@ -8,5 +8,9 @@
"System": "Information",
"Microsoft": "Information"
}
},
"MetricsAuthentication": {
"Username": "user",
"Password": "password"
}
}