Fix homserver configuration url

This commit is contained in:
Julian-Samuel Gebühr 2022-07-10 14:48:00 +02:00
parent ffa20357ea
commit acf53f604b

View File

@ -57,7 +57,7 @@ server:
homeservers: homeservers:
{{ matrix_domain }}: {{ matrix_domain }}:
# Client-server API URL # Client-server API URL
url: {{ matrix_server_fqn_matrix }} url: "https://{{ matrix_server_fqn_matrix }}"
# registration_shared_secret from synapse config # registration_shared_secret from synapse config
# You can leave this empty if you don't have access to the homeserver. # You can leave this empty if you don't have access to the homeserver.
# When this is empty, `mbc auth --register` won't work, but `mbc auth` (login) will. # When this is empty, `mbc auth --register` won't work, but `mbc auth` (login) will.