From c1d45bfbbae82d52aeda8ef03caa052272990a2b Mon Sep 17 00:00:00 2001 From: Yan Minagawa Date: Sat, 20 Jan 2024 10:07:43 +0000 Subject: [PATCH] remove more overlefts from webhooks copy --- .../tasks/validate_config.yml | 1 - .../templates/config.yaml.j2 | 6 ------ 2 files changed, 7 deletions(-) diff --git a/roles/custom/matrix-bridge-appservice-polychat/tasks/validate_config.yml b/roles/custom/matrix-bridge-appservice-polychat/tasks/validate_config.yml index bae1aa527..b62f36b78 100644 --- a/roles/custom/matrix-bridge-appservice-polychat/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-appservice-polychat/tasks/validate_config.yml @@ -10,7 +10,6 @@ - matrix_appservice_polychat_homeserver_url - matrix_appservice_polychat_homeserver_token - matrix_appservice_polychat_id_token - - matrix_appservice_polychat_api_secret - matrix_appservice_polychat_container_network - matrix_appservice_polychat_hostname - matrix_appservice_polychat_path_prefix diff --git a/roles/custom/matrix-bridge-appservice-polychat/templates/config.yaml.j2 b/roles/custom/matrix-bridge-appservice-polychat/templates/config.yaml.j2 index 6843e0f79..1a9d8ea5d 100644 --- a/roles/custom/matrix-bridge-appservice-polychat/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-appservice-polychat/templates/config.yaml.j2 @@ -12,12 +12,6 @@ homeserver: webhookBot: # The localpart to use for the bot. May require re-registering the application service. localpart: "_webhook" - -# Provisioning API options -provisioning: - # Your secret for the API. Required for all provisioning API requests. - secret: '{{ matrix_appservice_polychat_api_secret }}' - # Configuration related to the web portion of the bridge. Handles the inbound polychat web: hookUrlBase: "{{ matrix_appservice_polychat_inbound_uri_prefix }}"