File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -184,12 +184,13 @@ yarn dev
184184
185185A docker compose file ` dev-backend-docker-compose.yml ` is provided to start the
186186whole stack of components which is required for a local development environment:
187+
187188- Minimum Synapse Setup (servername: synapse.localhost)
188189- LiveKit JWT Service (Note requires Federation API and hence a TLS reverse proxy)
189190- Minimum TLS reverse proxy (servername: synapse.localhost) Note certificates
190191 are valid for at least 10 years from now
191192- Minimum LiveKit SFU Setup using dev defaults for config
192- - Redis db for completness
193+ - Redis db for completness
193194
194195These use a test 'secret' published in this repository, so this must be used
195196only for local development and ** _ never be exposed to the public Internet._ **
@@ -222,13 +223,14 @@ To add a new translation key you can do these steps:
222223 ```
2232241 . Update the skeleton entry in the ` public/locales/en-GB/app.json ` file with
224225 the English translation:
226+
225227``` jsonc
226228 {
227229 ...
228230 " some_new_key" : " Some new key" ,
229231 ...
230232 }
231- ```
233+ ```
232234
233235## Documentation
234236
You can’t perform that action at this time.
0 commit comments