adapt to TLS setup

This commit is contained in:
fkwp
2025-05-05 15:47:03 +02:00
parent 9dcaa60982
commit 679ff8c2af
2 changed files with 2 additions and 1 deletions

View File

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