소스 검색

fix redis config if no password is set

pull/642/head
Max Klenk 6 년 전
부모
커밋
880025324a
No known key found for this signature in database GPG 키 ID: 26EFB2972F02F380
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      roles/matrix-redis/templates/redis.conf.j2

+ 2
- 0
roles/matrix-redis/templates/redis.conf.j2 파일 보기

@@ -1,2 +1,4 @@
#jinja2: lstrip_blocks: "True"
{% if matrix_redis_connection_password %}
requirepass {{ matrix_redis_connection_password }}
{% endif %}

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