Remove need for Client-Server API addresses in docs

This commit is contained in:
Jeremy 2023-01-09 12:48:51 +13:00
parent a6ee41a6ab
commit 59b9ba67b7
4 changed files with 7 additions and 14 deletions

View file

@ -20,7 +20,7 @@ The following configuration options are available:
.Bl -tag -width 11n
.Bl -tag -width login.server
.It Ic login.server Ar server
The Client-Server API address of the Matrix server being used.
The address of the Matrix server being used.
.It Ic login.username Ar username
The username of the account being used.
.It Ic login.password Ar password
@ -50,11 +50,11 @@ default cache directory
.El
.Sh EXAMPLES
The following example logs into the user 'john' of the server
matrix-client.matrix.org, and the password 'supersecretpassword',
matrix.org, and the password 'supersecretpassword',
and sets the default event type to m.notice.
.Bd -literal -offset indent
login = {
server = "matrix-client.matrix.org",
server = "matrix.org",
username = "john",
password = "supersecretpassword"
}