Преглед изворни кода

Fix homserver configuration url

pull/1894/head
Julian-Samuel Gebühr пре 3 година
родитељ
комит
acf53f604b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/matrix-bot-maubot/templates/config/config.yaml.j2

+ 1
- 1
roles/matrix-bot-maubot/templates/config/config.yaml.j2 Прегледај датотеку

@@ -57,7 +57,7 @@ server:
homeservers:
{{ matrix_domain }}:
# Client-server API URL
url: {{ matrix_server_fqn_matrix }}
url: "https://{{ matrix_server_fqn_matrix }}"
# registration_shared_secret from synapse config
# 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.


Loading…
Откажи
Сачувај