Update server docs for custom ICE server config

This commit is contained in:
vmfortress
2025-01-28 13:29:22 -05:00
parent c9310a319a
commit 840341e331
3 changed files with 23 additions and 0 deletions

View File

@@ -47,6 +47,15 @@ authentication: enable
# JWT secret key configuration
# If left empty, a random key will be generated on each server start
secretKey: ""
# Address for custom STUN server
stun: stun.l.google.com:19302
# Address and authentication for custom TURN server
turn:
turnAddr: turn.cloudflare.com:3478
turnUser: example_user
turnCred: example_cred
```