1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00

Update redis.conf

This commit is contained in:
Éric Gaspar 2023-12-17 14:05:59 +01:00
parent b61ee59af8
commit 4c6650a116

View file

@ -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 <dbid> 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 ####################################