24 lines
		
	
	
	
		
			692 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			692 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # 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 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 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`).
 | 
