From 4c6650a116c10cf317d1b45ba262cfbf758fbfb1 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:05:59 +0100 Subject: [PATCH] Update redis.conf --- conf/redis.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/redis.conf b/conf/redis.conf index 7d50bbc..37c470d 100644 --- a/conf/redis.conf +++ b/conf/redis.conf @@ -122,7 +122,7 @@ supervised no # # Creating a pid file is best effort: if Redis is not able to create it # nothing bad happens, the server will start and run normally. -pidfile __FINAL_PATH__/redis-server-__REDIS_PORT__.pid +pidfile __INSTALL_DIR__/redis-server-__PORT_REDIS__.pid # Specify the server verbosity level. # This can be one of: @@ -135,7 +135,7 @@ loglevel notice # Specify the log file name. Also the empty string can be used to force # Redis to log on the standard output. Note that if you use standard # output for logging but daemonize, logs will be sent to /dev/null -logfile /var/log/__APP__/redis-__REDIS_PORT__.log +logfile /var/log/__APP__/redis-__PORT_REDIS__.log # Set the number of databases. The default database is DB 0, you can select # a different one on a per-connection basis using SELECT where @@ -210,7 +210,7 @@ dbfilename redis-__APP__.rdb # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name. -dir __FINAL_PATH__ +dir __INSTALL_DIR__ ############################# LAZY FREEING ####################################