mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-20 20:43:09 -06:00
Make ct lint happy
This commit is contained in:
parent
e0eb28d061
commit
cd5242d921
|
|
@ -200,7 +200,7 @@ clientapi:
|
||||||
turn:
|
turn:
|
||||||
# -- Duration for how long users should be considered valid ([see time.ParseDuration](https://pkg.go.dev/time#ParseDuration) for more)
|
# -- Duration for how long users should be considered valid ([see time.ParseDuration](https://pkg.go.dev/time#ParseDuration) for more)
|
||||||
turn_user_lifetime: "24h"
|
turn_user_lifetime: "24h"
|
||||||
turn_uris: [ ]
|
turn_uris: []
|
||||||
turn_shared_secret: ""
|
turn_shared_secret: ""
|
||||||
# -- The TURN username
|
# -- The TURN username
|
||||||
turn_username: ""
|
turn_username: ""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue