Skip to content

Commit 679ff8c

Browse files
committed
adapt to TLS setup
1 parent 9dcaa60 commit 679ff8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ whole stack of components which is required for a local development environment:
219219
- Synapse homeserver: `synapse.m.localhost`
220220
- MatrixRTC backend: `matrix-rtc.m.localhost`
221221
- Local Element Call development `call.m.localhost` via `yarn dev --host `
222+
- Element Web `app.m.localhost`
222223
- Note certificates will expire on Thu, 03 May 2035 10:32:02 GMT
223224

224225
These use a test 'secret' published in this repository, so this must be used

backend/ew.test.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"default_server_config": {
33
"m.homeserver": {
4-
"base_url": "http://synapse.m.localhost:8008",
4+
"base_url": "https://synapse.m.localhost",
55
"server_name": "synapse.m.localhost"
66
}
77
},

0 commit comments

Comments
 (0)