Sfoglia il codice sorgente

hard coded redis port.

element-call-integration
wjbeckett 1 anno fa
parent
commit
3de399025f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      roles/custom/matrix-element-call/templates/redis.conf.j2

+ 1
- 1
roles/custom/matrix-element-call/templates/redis.conf.j2 Vedi File

@@ -1,5 +1,5 @@
bind 0.0.0.0
protected-mode yes
port {{ matrix_element_call_redis_port }}
port 6379
timeout 0
tcp-keepalive 300

Caricamento…
Annulla
Salva