Updated documentation
This commit is contained in:
parent
a3e94791b9
commit
9a190042c5
2 changed files with 21 additions and 21 deletions
18
config.md
18
config.md
|
@ -7,16 +7,18 @@ Comments can be made in the file with a hashtag (`#`).
|
|||
|
||||
## Directives
|
||||
|
||||
Options you can modify with an argument.
|
||||
Options that take an argument.
|
||||
|
||||
* `Homeserver`: The homeserver to log into
|
||||
* `Username`: The user's name used to log in
|
||||
* `Password`: The user's password used to log in
|
||||
* `AccessToken`: A custom access token to use for logging in, instead of generating a new one from login credentials
|
||||
* `CacheLocation`: A custom location to cache access tokens in. Defaults to $HOME/.cache
|
||||
* `Server`: The server to log into
|
||||
* `Username`: The user's name used to log in
|
||||
* `Password`: The user's password used to log in
|
||||
* `AccessToken`: A custom access token to use for logging in (overrides username+password)
|
||||
* `CacheLocation`: A custom location to cache access tokens in. Defaults to $HOME/.cache
|
||||
|
||||
## Statements
|
||||
|
||||
Options that say one thing and nothing else. You can't change these.
|
||||
Options that do not take an argument.
|
||||
|
||||
* `NoCache`: Don't cache access tokens
|
||||
* `NoCache`: Don't cache access tokens
|
||||
|
||||
For more information, take a look at the manual page (`man matrix-send.conf`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue