forked from DGNum/infrastructure
feat(storage01/netbird): Enable coturn
This commit is contained in:
parent
a6996a00ce
commit
7a9c9ac473
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ in
|
||||||
logLevel = "DEBUG";
|
logLevel = "DEBUG";
|
||||||
enableDeviceAuthorizationFlow = false;
|
enableDeviceAuthorizationFlow = false;
|
||||||
enableNginx = true;
|
enableNginx = true;
|
||||||
enableCoturn = false;
|
enableCoturn = true;
|
||||||
setupAutoOidc = true;
|
setupAutoOidc = true;
|
||||||
|
|
||||||
management.dnsDomain = "dgnum";
|
management.dnsDomain = "dgnum";
|
||||||
|
|
Loading…
Reference in a new issue