Added basic authentication in debug/vars
Using a simple http auth middleware. https://github.com/goji/httpauth
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"Host": ":8080",
|
||||
"Expvar": true,
|
||||
"User": "Username",
|
||||
"Password": "123456",
|
||||
"Apps": [
|
||||
{
|
||||
"ApplicationDisabled": false,
|
||||
|
||||
Reference in New Issue
Block a user