Add more configured options for riot-web and homeserver.
This commit is contained in:
@ -26,3 +26,15 @@ matrix_coturn_turn_static_auth_secret: ""
|
||||
# You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
|
||||
matrix_synapse_macaroon_secret_key: ""
|
||||
|
||||
# Set autojoin room(s)
|
||||
# Users who register on this homeserver will automatically be joined to these rooms
|
||||
matrix_autojoin_rooms: ['#room:server.tld']
|
||||
|
||||
# Enable registrations, disabled by default.
|
||||
matrix_enable_reg: true
|
||||
|
||||
# Disable Riot welcome bot, default enabled
|
||||
riot_welcome_bot: false
|
||||
|
||||
# Riot public room directory server
|
||||
riot_roomdir_servers: ['server.tld']
|
||||
|
Reference in New Issue
Block a user