Skip to content

Commit c16ff9d

Browse files
authored
Merge pull request element-hq#13260 from MichaelKohler/issue13089-config-doc
Document more config options in config.md (fixes element-hq#13089)
2 parents 3218def + 752b6b6 commit c16ff9d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/config.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@ For a good example, see https://riot.im/develop/config.json.
8989
1. `preferredDomain`: The domain name of the preferred Jitsi instance. Defaults
9090
to `jitsi.riot.im`. This is used whenever a user clicks on the voice/video
9191
call buttons - integration managers may use a different domain.
92+
1. `enable_presence_by_hs_url`: The property key should be the URL of the homeserver
93+
and its value defines whether to enable/disable the presence status display
94+
from that homeserver. If no options are configurd, presence is shown for all
95+
homeservers.
96+
1. `disable_guests`: Disables guest access tokens and auto-guest registrations.
97+
Defaults to false (guests are allowed).
98+
1. `disable_login_language_selector`: Disables the login language selector. Defaults
99+
to false (language selector is shown).
100+
1. `disable_3pid_login`: Disables 3rd party identity options on login and registration form
101+
Defaults to false (3rd party identity options are shown).
102+
1. `default_federate`: Default option for room federation when creating a room
103+
Defaults to false (room federation enabled).
92104

93105
Note that `index.html` also has an og:image meta tag that is set to an image
94106
hosted on riot.im. This is the image used if links to your copy of Riot

0 commit comments

Comments
 (0)