adapt new hostname schema and move to https URLs

This commit is contained in:
fkwp
2025-05-05 13:07:37 +02:00
parent fb63e64eb4
commit 9c65b40225

View File

@@ -1,8 +1,8 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "http://synapse.localhost:8008",
"server_name": "synapse.localhost"
"base_url": "https://synapse.m.localhost",
"server_name": "synapse.m.localhost"
}
},
"features": {