Create config.md
This commit is contained in:
parent
f5a582fa66
commit
b380959b8a
1 changed files with 23 additions and 0 deletions
23
config.md
Normal file
23
config.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Configuration
|
||||||
|
|
||||||
|
This file will list all the possible configuration directives and statements.
|
||||||
|
Comments can be made in the file with a hashtag (`#`).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Directives
|
||||||
|
|
||||||
|
Options you can modify with 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
|
||||||
|
|
||||||
|
## Statements
|
||||||
|
|
||||||
|
Options that say one thing and nothing else. You can't change these.
|
||||||
|
|
||||||
|
* `Colour`/`Color`: Use colour
|
||||||
|
* `NoCache`: Don't cache access tokens
|
Loading…
Add table
Add a link
Reference in a new issue