Parcourir la source

Migrated from matrix_redis to redis_

element-call-integration
Backslash il y a 1 an
committed by GitHub
Parent
révision
85be68946c
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: B5690EEEBB952194
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      roles/custom/matrix-element-call/defaults/main.yml

+ 3
- 3
roles/custom/matrix-element-call/defaults/main.yml Voir le fichier

@@ -18,12 +18,12 @@ matrix_element_call_container_additional_networks: [] # No additional networks
matrix_element_call_image: "ghcr.io/element-hq/element-call:latest" matrix_element_call_image: "ghcr.io/element-hq/element-call:latest"
matrix_jwt_service_image: "ghcr.io/element-hq/lk-jwt-service:latest-ci" matrix_jwt_service_image: "ghcr.io/element-hq/lk-jwt-service:latest-ci"
matrix_livekit_image: "livekit/livekit-server:latest" matrix_livekit_image: "livekit/livekit-server:latest"
matrix_redis_image: "redis:6-alpine"
redis_image: "redis:6-alpine"


# Ports # Ports
matrix_element_call_port: "8093" matrix_element_call_port: "8093"
matrix_jwt_service_port: "8881" matrix_jwt_service_port: "8881"
matrix_redis_port: "6379"
redis_port: "6379"


# LiveKit configuration # LiveKit configuration
matrix_element_call_livekit_dev_key: "{{ matrix_livekit_dev_key }}" # Must be defined in host_vars matrix_element_call_livekit_dev_key: "{{ matrix_livekit_dev_key }}" # Must be defined in host_vars
@@ -37,7 +37,7 @@ matrix_element_call_base_url: "https://{{ matrix_element_call_domain }}"


# Redis Configuration for Element Call # Redis Configuration for Element Call
redis_hostname: "localhost" redis_hostname: "localhost"
redis_port: 6379
#redis_port: 6379
redis_password: "" redis_password: ""


# Traefik Configuration for Element Call # Traefik Configuration for Element Call


Chargement…
Annuler
Enregistrer