Przeglądaj źródła

Fix Linting (#3)

Fix Linting
pull/1741/head
heftyzauk 4 lat temu
committed by GitHub
rodzic
commit
d5953fcfe4
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/matrix-coturn/defaults/main.yml

+ 1
- 1
roles/matrix-coturn/defaults/main.yml Wyświetl plik

@@ -65,7 +65,7 @@ matrix_coturn_turn_static_auth_secret: ""


# The external IP address of the machine where Coturn is. # The external IP address of the machine where Coturn is.
matrix_coturn_turn_external_ip_address: '' matrix_coturn_turn_external_ip_address: ''
matrix_coturn_turn_external_ip_addresses: [ "{{ matrix_coturn_turn_external_ip_address }}" ]
matrix_coturn_turn_external_ip_addresses: ["{{ matrix_coturn_turn_external_ip_address }}"]


matrix_coturn_allowed_peer_ips: [] matrix_coturn_allowed_peer_ips: []
matrix_coturn_denied_peer_ips: [] matrix_coturn_denied_peer_ips: []


Ładowanie…
Anuluj
Zapisz