mirror of
https://github.com/prometheus/node_exporter
synced 2024-12-25 07:32:07 +00:00
Use our standard config doc format.
Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
This commit is contained in:
parent
b9c96706a7
commit
e92c7b5bbf
@ -56,11 +56,11 @@ http_server_config:
|
|||||||
# This can not be changed on the fly.
|
# This can not be changed on the fly.
|
||||||
[ http2: <bool> | default = true ]
|
[ http2: <bool> | default = true ]
|
||||||
|
|
||||||
# List of usernames and hashed passwords that have full access to the web
|
# Usernames and hashed passwords that have full access to the web
|
||||||
# server via basic authentication. If empty, no basic authentication is
|
# server via basic authentication. If empty, no basic authentication is
|
||||||
# required. Passwords are hashed with bcrypt.
|
# required. Passwords are hashed with bcrypt.
|
||||||
basic_auth_users:
|
basic_auth_users:
|
||||||
[ <username>: <password> ... ]
|
[ <string>: <secret> ... ]
|
||||||
```
|
```
|
||||||
|
|
||||||
## About bcrypt
|
## About bcrypt
|
||||||
|
Loading…
Reference in New Issue
Block a user