소스 검색

hard coded redis port.

element-call-integration
wjbeckett 1 년 전
부모
커밋
3de399025f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-element-call/templates/redis.conf.j2

+ 1
- 1
roles/custom/matrix-element-call/templates/redis.conf.j2 파일 보기

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

불러오는 중...
취소
저장