Correct Jitsi preferred_domain property (#25813)

pull/25814/head
Ben Banfield-Zanin 2023-07-17 11:20:40 +01:00 committed by GitHub
parent e68583a6e2
commit 42afb0199f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ to your [config](./config.md) the following:
```json
{
"jitsi": {
"preferredDomain": "your.jitsi.example.org"
"preferred_domain": "your.jitsi.example.org"
}
}
```