Merge pull request #1669 from HarHarLinks/hookshot-collision

avoid namespace collisions between webhook bridges
This commit is contained in:
Slavi Pantaleev
2022-03-03 09:12:32 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,7 @@ matrix_appservice_webhooks_public_endpoint: /appservice-webhooks
matrix_appservice_webhooks_inbound_uri_prefix: "{{ matrix_homeserver_url }}{{ matrix_appservice_webhooks_public_endpoint }}"
matrix_appservice_webhooks_bot_name: 'webhookbot'
matrix_appservice_webhooks_user_prefix: '_webhook'
matrix_appservice_webhooks_user_prefix: '_webhook_'
# Controls the webhooks_PORT and MATRIX_PORT of the installation
matrix_appservice_webhooks_matrix_port: 6789