adapt to TLS setup
This commit is contained in:
@@ -219,6 +219,7 @@ whole stack of components which is required for a local development environment:
|
|||||||
- Synapse homeserver: `synapse.m.localhost`
|
- Synapse homeserver: `synapse.m.localhost`
|
||||||
- MatrixRTC backend: `matrix-rtc.m.localhost`
|
- MatrixRTC backend: `matrix-rtc.m.localhost`
|
||||||
- Local Element Call development `call.m.localhost` via `yarn dev --host `
|
- 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
|
- 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
|
These use a test 'secret' published in this repository, so this must be used
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"default_server_config": {
|
"default_server_config": {
|
||||||
"m.homeserver": {
|
"m.homeserver": {
|
||||||
"base_url": "http://synapse.m.localhost:8008",
|
"base_url": "https://synapse.m.localhost",
|
||||||
"server_name": "synapse.m.localhost"
|
"server_name": "synapse.m.localhost"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user