Document credential file authenticator config options

This commit is contained in:
Joscha 2021-06-01 10:00:59 +00:00
parent 85b9f45085
commit 1fc8e9eb7a

View File

@ -182,8 +182,11 @@ via the terminal.
### The `credential-file` authenticator ### The `credential-file` authenticator
This authenticator reads a username and a password from a credential file. The This authenticator reads a username and a password from a credential file.
credential file has exactly two lines (trailing newline optional). The first
- `path`: Path to the credential file. (Required)
The credential file has exactly two lines (trailing newline optional). The first
line starts with `username=` and contains the username, the second line starts line starts with `username=` and contains the username, the second line starts
with `password=` and contains the password. The username and password may with `password=` and contains the password. The username and password may
contain any characters except a line break. contain any characters except a line break.