File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
224225These use a test 'secret' published in this repository, so this must be used
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments