diff --git a/.gitignore b/.gitignore index 421877392..01e0dae68 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ flake.lock # ignore roles pulled by ansible-galaxy /roles/galaxy/* !/roles/galaxy/.gitkeep +.idea/ diff --git a/roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2 b/roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2 index 49bbcb878..faceda3c9 100644 --- a/roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2 +++ b/roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2 @@ -60,7 +60,7 @@ server: homeservers: {{ matrix_domain }}: # Client-server API URL - url: "https://{{ matrix_server_fqn_matrix }}" + url: "http://matrix-synapse:8008" # 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.