From 05eb2a06f459be9ea4e6369372920cf74e4e54d4 Mon Sep 17 00:00:00 2001 From: fkwp Date: Wed, 6 Nov 2024 21:18:24 +0100 Subject: [PATCH] prettier --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee4d93a4..f05c2d2d 100644 --- a/README.md +++ b/README.md @@ -184,12 +184,13 @@ yarn dev A docker compose file `dev-backend-docker-compose.yml` is provided to start the whole stack of components which is required for a local development environment: + - Minimum Synapse Setup (servername: synapse.localhost) - LiveKit JWT Service (Note requires Federation API and hence a TLS reverse proxy) - Minimum TLS reverse proxy (servername: synapse.localhost) Note certificates are valid for at least 10 years from now - Minimum LiveKit SFU Setup using dev defaults for config -- Redis db for completness +- Redis db for completness These use a test 'secret' published in this repository, so this must be used only 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: ``` 1. Update the skeleton entry in the `public/locales/en-GB/app.json` file with the English translation: + ```jsonc { ... "some_new_key": "Some new key", ... } - ``` +``` ## Documentation