Sfoglia il codice sorgente

remove more overlefts from webhooks copy

pull/3257/head
Yan Minagawa 2 anni fa
parent
commit
c1d45bfbba
2 ha cambiato i file con 0 aggiunte e 7 eliminazioni
  1. +0
    -1
      roles/custom/matrix-bridge-appservice-polychat/tasks/validate_config.yml
  2. +0
    -6
      roles/custom/matrix-bridge-appservice-polychat/templates/config.yaml.j2

+ 0
- 1
roles/custom/matrix-bridge-appservice-polychat/tasks/validate_config.yml Vedi File

@@ -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

+ 0
- 6
roles/custom/matrix-bridge-appservice-polychat/templates/config.yaml.j2 Vedi File

@@ -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 }}"


Caricamento…
Annulla
Salva