From dfeca192abe6b319985e6bfccde8d3841d59a003 Mon Sep 17 00:00:00 2001 From: Backslash Date: Thu, 26 Sep 2024 09:23:26 +1000 Subject: [PATCH] Update redis.conf.j2 --- roles/custom/matrix-element-call/templates/redis.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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