diff --git a/roles/custom/matrix-element-call/templates/redis.conf.j2 b/roles/custom/matrix-element-call/templates/redis.conf.j2 index da19af05a..993572096 100644 --- a/roles/custom/matrix-element-call/templates/redis.conf.j2 +++ b/roles/custom/matrix-element-call/templates/redis.conf.j2 @@ -1,5 +1,5 @@ bind 0.0.0.0 protected-mode yes -port 6379 +port {{ matrix_element_call_redis_port }} timeout 0 -tcp-keepalive 300 \ No newline at end of file +tcp-keepalive 300