mirror of https://github.com/CIRCL/AIL-framework
Editing redis .conf file
I change the dir as it was originally to avoid editing these 3 files during the installationpull/8/head
parent
97f3a3df9e
commit
0fe6c4d805
|
@ -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 New Issue