Fix docs
This commit is contained in:
@@ -38,12 +38,12 @@ matrix:
|
|||||||
- 'https://other1.example.org'
|
- 'https://other1.example.org'
|
||||||
- 'https://other2.example.org'
|
- 'https://other2.example.org'
|
||||||
```
|
```
|
||||||
Create a list under the label `root` containing a single Identity server, `https://matrix.org`
|
Create a list under the label `myOtherServers` containing two Identity servers: `https://other1.example.org` and `https://other2.example.org`.
|
||||||
|
|
||||||
## Server
|
## Server
|
||||||
- `server.name`: Public hostname of mxisd, if different from the Matrix domain.
|
- `server.name`: Public hostname of mxisd, if different from the Matrix domain.
|
||||||
- `server.port`: HTTP port to listen on (unencrypted)
|
- `server.port`: HTTP port to listen on (unencrypted)
|
||||||
- `server.publicUrl`: Defaults to `https://${server.name}`
|
- `server.publicUrl`: Defaults to `https://{server.name}`
|
||||||
|
|
||||||
## Storage
|
## Storage
|
||||||
### SQLite
|
### SQLite
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Identity
|
# Identity
|
||||||
**WARNING**: This document is incomplete and can be missleading.
|
**WARNING**: This document is incomplete and can be misleading.
|
||||||
|
|
||||||
Implementation of the [Unofficial Matrix Identity Service API](https://kamax.io/matrix/api/identity_service/unstable.html).
|
Implementation of the [Unofficial Matrix Identity Service API](https://kamax.io/matrix/api/identity_service/unstable.html).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user