mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 10:35:46 +03:00
doc: update the documentation configuration sample to match the new format
This commit is contained in:
parent
36a600c4fb
commit
afc8dd7e46
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ Then it must be explicitly enabled by configuration:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
experimental_features:
|
experimental_features:
|
||||||
msc4098: true
|
msc4098:
|
||||||
|
enabled: true
|
||||||
|
idp_id: <my-provider>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
Loading…
Reference in a new issue