Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'redis-integration2.conf')
-rw-r--r--redis-integration2.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/redis-integration2.conf b/redis-integration2.conf
index ff4ab145b..bb16fed8d 100644
--- a/redis-integration2.conf
+++ b/redis-integration2.conf
@@ -94,7 +94,7 @@ save 60 10000
rdbcompression yes
# The filename where to dump the DB
-dbfilename dump.rdb
+dbfilename dump_integration2.rdb
# The working directory.
#
@@ -104,7 +104,7 @@ dbfilename dump.rdb
# Also the Append Only File will be created inside this directory.
#
# Note that you must specify a directory here, not a file name.
-dir /usr/local/var/db/redis/
+dir tmp/
################################# REPLICATION #################################