1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-07-22 17:18:35 +00:00

reviewed changes

This commit is contained in:
avdb13 2024-07-04 20:14:06 +02:00
parent 1761de5d03
commit a51a4fdef9
6 changed files with 39 additions and 95 deletions

View file

@ -43,9 +43,8 @@ The `global` section contains the following fields:
| `allow_federation` | `boolean` | Allow federation with other servers | `true` |
| `allow_room_creation` | `boolean` | Allow users to create rooms | `true` |
| `allow_unstable_room_versions` | `boolean` | Allow users to create and join rooms with unstable versions | `true` |
| `default_rooms` | `array` | The list of rooms that will be joined by default on registration | [] |
| `default_room_version` | `string` | The default room version (`"6"`-`"10"`)| `"10"` |
| `default_rooms` | `array` | The list of rooms that will be joined by default on registration | N/A |
| `join_by_default` | `array` | Room aliases and IDs that will be joined by default at registration | N/A |
| `allow_jaeger` | `boolean` | Allow Jaeger tracing | `false` |
| `tracing_flame` | `boolean` | Enable flame tracing | `false` |
| `proxy` | `table` | See the [Proxy configuration](#proxy) | N/A |