aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-09-18 03:22:48 -0300
committerEuAndreh <eu@euandre.org>2020-09-18 03:22:48 -0300
commitc3ed8624369e36307477bbf2add57d7072e7b8c9 (patch)
tree8a1462e85418ba19914ed49ba739d5bea2784ba5
parentRemove ad-hoc code for fixing-up prosody certificates permissions (diff)
downloadserver-c3ed8624369e36307477bbf2add57d7072e7b8c9.tar.gz
server-c3ed8624369e36307477bbf2add57d7072e7b8c9.tar.xz
Update domains in config.yaml
-rw-r--r--config.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.yaml b/config.yaml
index d496ae4..ba7ac9a 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,9 +1,9 @@
# Homeserver details.
homeserver:
# The address that this appservice can use to connect to the homeserver.
- address: https://example.com
+ address: https://matrix.euandreh.xyz
# The domain of the homeserver (for MXIDs, etc).
- domain: example.com
+ domain: matrix.euandreh.xyz
# Application service host/registration related details.
# Changing these values requires regeneration of the registration.
@@ -215,8 +215,8 @@ bridge:
# mxid - Specific user
permissions:
"*": relaybot
- "example.com": user
- "@admin:example.com": admin
+ "@eu:euandreh.xyz": admin
+ "@eu:matrix.euandreh.xyz": admin
relaybot:
# Whether or not relaybot support is enabled.