Use internal address for homeserver in mautrix-*
This commit is contained in:
parent
f95da87354
commit
84f9ec03df
7 changed files with 7 additions and 7 deletions
|
|
@ -139,7 +139,7 @@ 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: https://matrix.ellis.link
|
||||
address: http://cwt-ellis-internal:6167
|
||||
# The domain of the homeserver (also known as server_name, used for MXIDs, etc).
|
||||
domain: ellis.link
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Homeserver details.
|
||||
homeserver:
|
||||
# The address that this appservice can use to connect to the homeserver.
|
||||
address: https://matrix.ellis.link
|
||||
address: http://cwt-ellis-internal:6167
|
||||
# The domain of the homeserver (also known as server_name, used for MXIDs, etc).
|
||||
domain: ellis.link
|
||||
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ 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: https://matrix.ellis.link
|
||||
address: http://cwt-ellis-internal:6167
|
||||
# The domain of the homeserver (also known as server_name, used for MXIDs, etc).
|
||||
domain: ellis.link
|
||||
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ 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: https://matrix.ellis.link
|
||||
address: http://cwt-ellis-internal:6167
|
||||
# The domain of the homeserver (also known as server_name, used for MXIDs, etc).
|
||||
domain: ellis.link
|
||||
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ 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: https://matrix.ellis.link
|
||||
address: http://cwt-ellis-internal:6167
|
||||
# The domain of the homeserver (also known as server_name, used for MXIDs, etc).
|
||||
domain: ellis.link
|
||||
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ 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: https://matrix.ellis.link
|
||||
address: http://cwt-ellis-internal:6167
|
||||
# The domain of the homeserver (also known as server_name, used for MXIDs, etc).
|
||||
domain: ellis.link
|
||||
|
||||
|
|
|
|||
|
|
@ -244,7 +244,7 @@ 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: https://matrix.ellis.link
|
||||
address: http://cwt-ellis-internal:6167
|
||||
# The domain of the homeserver (also known as server_name, used for MXIDs, etc).
|
||||
domain: ellis.link
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue