From b1d9ccc66c709dfbb4af9ccf4fb173c7c4efd356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 17 Dec 2023 14:29:17 +0100 Subject: [PATCH] Update redis.conf --- conf/redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/redis.conf b/conf/redis.conf index 37c470d..bb49a13 100644 --- a/conf/redis.conf +++ b/conf/redis.conf @@ -64,7 +64,7 @@ protected-mode yes # Accept connections on the specified port, default is 6379 (IANA #815344). # If port 0 is specified Redis will not listen on a TCP socket. -port __REDIS_PORT__ +port __PORT_REDIS__ # TCP listen() backlog. #