Skip to content

Commit 05eb2a0

Browse files
committed
prettier
1 parent 2961cfa commit 05eb2a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,13 @@ yarn dev
184184

185185
A docker compose file `dev-backend-docker-compose.yml` is provided to start the
186186
whole 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

194195
These use a test 'secret' published in this repository, so this must be used
195196
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:
222223
```
223224
1. 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

0 commit comments

Comments
 (0)