fix: config options for well_known have changed

This commit is contained in:
Timo Kösters 2024-10-07 00:02:36 +02:00
parent f8d7ef04e6
commit 6767ca8bc8
No known key found for this signature in database
GPG key ID: 0B25E636FBA7E4CB
4 changed files with 10 additions and 9 deletions

View file

@ -58,7 +58,8 @@ The `global` section contains the following fields:
| `turn_secret` | `string` | The TURN secret | `""` |
| `turn_ttl` | `integer` | The TURN TTL in seconds | `86400` |
| `emergency_password` | `string` | Set a password to login as the `conduit` user in case of emergency | N/A |
| `well_known` | `table` | Used for [delegation](delegation.md) | See [delegation](delegation.md) |
| `well_known_client` | `string` | Used for [delegation](delegation.md) | See [delegation](delegation.md) |
| `well_known_server` | `string` | Used for [delegation](delegation.md) | See [delegation](delegation.md) |
### TLS