aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Brazil <brian.brazil@robustperception.io>2020-05-29 15:56:18 +0100
committerJohannes 'fish' Ziemke <github@freigeist.org>2020-05-30 12:49:26 +0200
commite92c7b5bbf8b2224bbf5c4eb4839eff3c0bcfb83 (patch)
treea540b7af7152dfa79777b6887e321081cb5fbc92
parentb9c96706a7425383902b6143d097cf6d7cfd1960 (diff)
downloadprometheus_node_collector-e92c7b5bbf8b2224bbf5c4eb4839eff3c0bcfb83.tar.bz2
prometheus_node_collector-e92c7b5bbf8b2224bbf5c4eb4839eff3c0bcfb83.tar.xz
prometheus_node_collector-e92c7b5bbf8b2224bbf5c4eb4839eff3c0bcfb83.zip
Use our standard config doc format.
Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
-rw-r--r--https/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/https/README.md b/https/README.md
index ba4ccfa..e6c9896 100644
--- a/https/README.md
+++ b/https/README.md
@@ -56,11 +56,11 @@ http_server_config:
56 # This can not be changed on the fly. 56 # This can not be changed on the fly.
57 [ http2: <bool> | default = true ] 57 [ http2: <bool> | default = true ]
58 58
59# List of usernames and hashed passwords that have full access to the web 59# Usernames and hashed passwords that have full access to the web
60# server via basic authentication. If empty, no basic authentication is 60# server via basic authentication. If empty, no basic authentication is
61# required. Passwords are hashed with bcrypt. 61# required. Passwords are hashed with bcrypt.
62basic_auth_users: 62basic_auth_users:
63 [ <username>: <password> ... ] 63 [ <string>: <secret> ... ]
64``` 64```
65 65
66## About bcrypt 66## About bcrypt