6 lines
126 B
TOML
6 lines
126 B
TOML
|
# coturn
|
||
|
[secrets."coturn/static-auth-secret"]
|
||
|
type = 'command'
|
||
|
rotate = true
|
||
|
command = "openssl rand -base64 64|tr -d '\n'"
|