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. #