chore(coturn): Disable the coturn server
Seems it's been picked up by someone doing naughty things, let's disable this for now as I don't really have a use case for matrix calls anymore...
This commit is contained in:
parent
94ec261a94
commit
0d401106aa
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ in
|
|||
};
|
||||
|
||||
coturn = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
no-cli = true;
|
||||
use-auth-secret = true;
|
||||
static-auth-secret-file = config.sops.secrets."turn/secret".path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue