Use correct domain
This commit is contained in:
parent
b2cc0d5d12
commit
5b145281cb
4 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,3 @@
|
||||||
# Website
|
# Website
|
||||||
|
|
||||||
The source code for https://henryhiles.com
|
The source code for https://federated.nexus
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"m.homeserver": {
|
"m.homeserver": {
|
||||||
"base_url": "https://matrix.henryhiles.com",
|
"base_url": "https://matrix.federated.nexus",
|
||||||
"org.matrix.msc3575.proxy": {
|
"org.matrix.msc3575.proxy": {
|
||||||
"url": "https://matrix.henryhiles.com"
|
"url": "https://matrix.federated.nexus"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"m.server": "matrix.henryhiles.com:443"
|
"m.server": "matrix.federated.nexus:443"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"contacts": [
|
"contacts": [
|
||||||
{
|
{
|
||||||
"matrix_id": "@quadradical:henryhiles.com",
|
"matrix_id": "@quadradical:federated.nexus",
|
||||||
"email_address": "henry@henryhiles.com",
|
"email_address": "henry@henryhiles.com",
|
||||||
"role": "m.role.admin"
|
"role": "m.role.admin"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue