Procházet zdrojové kódy

Update coturn (4.5.0.8 -> 4.5.1.0)

pull/99/head
Slavi Pantaleev před 7 roky
rodič
revize
f5cd916de8
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      roles/matrix-coturn/defaults/main.yml

+ 2
- 2
roles/matrix-coturn/defaults/main.yml Zobrazit soubor

@@ -1,6 +1,6 @@
matrix_coturn_enabled: true

matrix_coturn_docker_image: "instrumentisto/coturn:4.5.0.8"
matrix_coturn_docker_image: "instrumentisto/coturn:4.5.1.0"

matrix_coturn_base_path: "{{ matrix_base_data_path }}/coturn"
matrix_coturn_config_path: "{{ matrix_coturn_base_path }}/turnserver.conf"
@@ -16,4 +16,4 @@ matrix_coturn_turn_static_auth_secret: ""
matrix_coturn_turn_udp_min_port: 49152
matrix_coturn_turn_udp_max_port: 49172

matrix_coturn_turn_external_ip_address: "{{ ansible_host }}"
matrix_coturn_turn_external_ip_address: "{{ ansible_host }}"

Načítá se…
Zrušit
Uložit