diff options
Diffstat (limited to 'cluster/prod/app/coturn/secrets.toml')
-rw-r--r-- | cluster/prod/app/coturn/secrets.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cluster/prod/app/coturn/secrets.toml b/cluster/prod/app/coturn/secrets.toml new file mode 100644 index 0000000..8b41a31 --- /dev/null +++ b/cluster/prod/app/coturn/secrets.toml @@ -0,0 +1,5 @@ +# coturn +[secrets."coturn/static-auth-secret"] +type = 'command' +rotate = true +command = "openssl rand -base64 64|tr -d '\n'" |