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

@@ -219,6 +219,7 @@ whole stack of components which is required for a local development environment:
- Synapse homeserver: `synapse.m.localhost`
- MatrixRTC backend: `matrix-rtc.m.localhost`
- Local Element Call development `call.m.localhost` via `yarn dev --host `
- Element Web `app.m.localhost`
- Note certificates will expire on Thu, 03 May 2035 10:32:02 GMT
These use a test 'secret' published in this repository, so this must be used

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"
}
},