692 B
692 B
Configuration
This file will list all the possible configuration directives and statements.
Comments can be made in the file with a hashtag (#
).
Directives
Options that take an argument.
Server
: The server to log intoUsername
: The user's name used to log inPassword
: The user's password used to log inAccessToken
: 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 do not take an argument.
NoCache
: Don't cache access tokens
For more information, take a look at the manual page (man matrix-send.conf
).