This commit is contained in:
Max Dor
2019-02-04 06:03:15 +01:00
parent 3bebb33147
commit 559f6a7401
2 changed files with 3 additions and 3 deletions

View File

@@ -38,12 +38,12 @@ matrix:
- 'https://other1.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.name`: Public hostname of mxisd, if different from the Matrix domain.
- `server.port`: HTTP port to listen on (unencrypted)
- `server.publicUrl`: Defaults to `https://${server.name}`
- `server.publicUrl`: Defaults to `https://{server.name}`
## Storage
### SQLite

View File

@@ -1,5 +1,5 @@
# 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).