Skip to content

Commit

Permalink
Fix Gmessages regression (missing homeserver.address and homeserver.d…
Browse files Browse the repository at this point in the history
…omain configuration)

f9705b3 reworked the configuration and missed wiring
these to the existing variables.
  • Loading branch information
spantaleev committed Sep 17, 2024
1 parent de34392 commit d3b1060
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ homeserver:
# The address that this appservice can use to connect to the homeserver.
# Local addresses without HTTPS are generally recommended when the bridge is running on the same machine,
# but https also works if they run on different machines.
address: http://example.localhost:8008
address: {{ matrix_mautrix_gmessages_homeserver_address | to_json }}
# The domain of the homeserver (also known as server_name, used for MXIDs, etc).
domain: example.com
domain: {{ matrix_mautrix_gmessages_homeserver_domain | to_json }}

# What software is the homeserver running?
# Standard Matrix homeservers like Synapse, Dendrite and Conduit should just use "standard" here.
Expand Down

0 comments on commit d3b1060

Please sign in to comment.