From b6db646a82bf09c6230e4380bb67fa59760b4166 Mon Sep 17 00:00:00 2001 From: tottoto Date: Wed, 22 Apr 2020 21:20:32 +0900 Subject: [PATCH] Add password file field to document (#605) Signed-off-by: tottoto --- CONFIGURATION.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 93d3bb8..ec40685 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -82,6 +82,7 @@ The other placeholders are specified separately. basic_auth: [ username: ] [ password: ] + [ password_file: ] # The bearer token for the targets. [ bearer_token: ] -- 2.25.1