Procházet zdrojové kódy

hard coded redis port.

element-call-integration
wjbeckett před 1 rokem
rodič
revize
3de399025f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/custom/matrix-element-call/templates/redis.conf.j2

+ 1
- 1
roles/custom/matrix-element-call/templates/redis.conf.j2 Zobrazit soubor

@@ -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

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