Skip to content

Commit cd9a867

Browse files
authored
[client] Delete TURNConfig section from script (#4639)
1 parent 0f9bfef commit cd9a867

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

infrastructure_files/getting-started-with-zitadel.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -682,17 +682,6 @@ renderManagementJson() {
682682
"URI": "stun:$NETBIRD_DOMAIN:3478"
683683
}
684684
],
685-
"TURNConfig": {
686-
"Turns": [
687-
{
688-
"Proto": "udp",
689-
"URI": "turn:$NETBIRD_DOMAIN:3478",
690-
"Username": "$TURN_USER",
691-
"Password": "$TURN_PASSWORD"
692-
}
693-
],
694-
"TimeBasedCredentials": false
695-
},
696685
"Relay": {
697686
"Addresses": ["$NETBIRD_RELAY_PROTO://$NETBIRD_DOMAIN:$NETBIRD_PORT"],
698687
"CredentialsTTL": "24h",

0 commit comments

Comments
 (0)