mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Editing redis .conf file
I change the dir as it was originally to avoid editing these 3 files during the installation
This commit is contained in:
parent
97f3a3df9e
commit
0fe6c4d805
3 changed files with 3 additions and 4 deletions
|
@ -184,7 +184,7 @@ dbfilename dump.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 /home/user/dumps/
|
||||
dir ./
|
||||
|
||||
################################# REPLICATION #################################
|
||||
|
||||
|
|
|
@ -184,7 +184,7 @@ dbfilename dump2.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 /home/user/dumps/
|
||||
dir ./
|
||||
|
||||
################################# REPLICATION #################################
|
||||
|
||||
|
|
|
@ -184,8 +184,7 @@ dbfilename dump3.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 /home/user/dumps/
|
||||
|
||||
dir ./
|
||||
################################# REPLICATION #################################
|
||||
|
||||
# Master-Slave replication. Use slaveof to make a Redis instance a copy of
|
||||
|
|
Loading…
Reference in a new issue