Fix add/config based on comments by @spantaleev

This commit is contained in:
anadahz
2018-11-23 00:42:54 +00:00
parent 3cb3f17a90
commit 792bed3f5a
4 changed files with 18 additions and 42 deletions

View File

@ -25,16 +25,3 @@ matrix_coturn_turn_static_auth_secret: ""
# A secret used to protect access keys issued by the server.
# 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']