mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-12 21:42:51 +01:00
Merge pull request #748 from jgoerzen/patch-1
Correct inabillity for appservice-discord to connect
This commit is contained in:
commit
327ca847b6
@ -37,7 +37,7 @@ matrix_appservice_discord_appservice_url: 'http://matrix-appservice-discord:9005
|
|||||||
|
|
||||||
matrix_appservice_discord_bridge_domain: "{{ matrix_domain }}"
|
matrix_appservice_discord_bridge_domain: "{{ matrix_domain }}"
|
||||||
# As of right now, the homeserver URL must be a public URL. See below.
|
# As of right now, the homeserver URL must be a public URL. See below.
|
||||||
matrix_appservice_discord_bridge_homeserverUrl: "{{ matrix_homeserver_url }}"
|
matrix_appservice_discord_bridge_homeserverUrl: "http://matrix-synapse:8008"
|
||||||
matrix_appservice_discord_bridge_disablePresence: false
|
matrix_appservice_discord_bridge_disablePresence: false
|
||||||
matrix_appservice_discord_bridge_enableSelfServiceBridging: false
|
matrix_appservice_discord_bridge_enableSelfServiceBridging: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user