Update example homeserver address

This commit is contained in:
Tulir Asokan 2022-12-05 18:04:03 +02:00
parent 5881247f73
commit fea1fa6535
3 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
# Homeserver details.
homeserver:
# The address that this appservice can use to connect to the homeserver.
address: https://example.com
# The domain of the homeserver (for MXIDs, etc).
address: https://matrix.example.com
# The domain of the homeserver (also known as server_name, used for MXIDs, etc).
domain: example.com
# What software is the homeserver running?

2
go.mod
View file

@ -16,7 +16,7 @@ require (
golang.org/x/net v0.2.0
google.golang.org/protobuf v1.28.1
maunium.net/go/maulogger/v2 v2.3.2
maunium.net/go/mautrix v0.12.4-0.20221201124911-2c57226ad4cd
maunium.net/go/mautrix v0.12.4-0.20221205110247-cb0a4ac56e0d
)
require (

4
go.sum
View file

@ -122,5 +122,5 @@ maunium.net/go/mauflag v1.0.0 h1:YiaRc0tEI3toYtJMRIfjP+jklH45uDHtT80nUamyD4M=
maunium.net/go/mauflag v1.0.0/go.mod h1:nLivPOpTpHnpzEh8jEdSL9UqO9+/KBJFmNRlwKfkPeA=
maunium.net/go/maulogger/v2 v2.3.2 h1:1XmIYmMd3PoQfp9J+PaHhpt80zpfmMqaShzUTC7FwY0=
maunium.net/go/maulogger/v2 v2.3.2/go.mod h1:TYWy7wKwz/tIXTpsx8G3mZseIRiC5DoMxSZazOHy68A=
maunium.net/go/mautrix v0.12.4-0.20221201124911-2c57226ad4cd h1:RHe8UuNE3opwiwvj4gRN7o5RYQYy9Gg8IsHxV218ms0=
maunium.net/go/mautrix v0.12.4-0.20221201124911-2c57226ad4cd/go.mod h1:uOUjkOjm2C+nQS3mr9B5ATjqemZfnPHvjdd1kZezAwg=
maunium.net/go/mautrix v0.12.4-0.20221205110247-cb0a4ac56e0d h1:rSGJxGcVriabzIMpNnzZBnWn0kwHcFMNVZNpz4P1p0A=
maunium.net/go/mautrix v0.12.4-0.20221205110247-cb0a4ac56e0d/go.mod h1:uOUjkOjm2C+nQS3mr9B5ATjqemZfnPHvjdd1kZezAwg=