Kaynağa Gözat

Use empty string for default Sentry DSN variables

Both should work identically, but an empty string seems better
pull/2274/head
Slavi Pantaleev 3 yıl önce
committed by GitHub
ebeveyn
işleme
864f9980a4
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      roles/custom/matrix-jitsi/defaults/main.yml

+ 2
- 2
roles/custom/matrix-jitsi/defaults/main.yml Dosyayı Görüntüle

@@ -206,7 +206,7 @@ matrix_jitsi_jicofo_auth_user: focus
matrix_jitsi_jicofo_auth_password: '' matrix_jitsi_jicofo_auth_password: ''


# To enable Sentry integration for Jicofo, specify a valid DSN connection string # To enable Sentry integration for Jicofo, specify a valid DSN connection string
matrix_jitsi_jicofo_sentry_dsn: 0
matrix_jitsi_jicofo_sentry_dsn: ''


matrix_jitsi_jvb_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/jvb:{{ matrix_jitsi_container_image_tag }}" matrix_jitsi_jvb_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/jvb:{{ matrix_jitsi_container_image_tag }}"
matrix_jitsi_jvb_docker_image_force_pull: "{{ matrix_jitsi_jvb_docker_image.endswith(':latest') }}" matrix_jitsi_jvb_docker_image_force_pull: "{{ matrix_jitsi_jvb_docker_image.endswith(':latest') }}"
@@ -224,7 +224,7 @@ matrix_jitsi_jvb_auth_user: jvb
matrix_jitsi_jvb_auth_password: '' matrix_jitsi_jvb_auth_password: ''


# To enable Sentry integration for JVB, specify a valid DSN connection string # To enable Sentry integration for JVB, specify a valid DSN connection string
matrix_jitsi_jvb_sentry_dsn: 0
matrix_jitsi_jvb_sentry_dsn: ''


# STUN servers used by JVB on the server-side, so it can discover its own external IP address. # STUN servers used by JVB on the server-side, so it can discover its own external IP address.
# Pointing this to a STUN server running on the same Docker network may lead to incorrect IP address discovery. # Pointing this to a STUN server running on the same Docker network may lead to incorrect IP address discovery.


Yükleniyor…
İptal
Kaydet