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:
authorJonas Lundqvist <lundqvist.j@gmail.com>2012-05-07 00:06:11 +0400
committerJonas Lundqvist <lundqvist.j@gmail.com>2012-05-08 14:41:57 +0400
commit501c4aa31e924ab97183c03705ad00cfc6e35503 (patch)
treec7c8aa9415733b7f109489faab4e23b89eaa5a62 /redis-integration2.conf
parent819bb95dbdabd8baecfacb0939a970e3d43453d0 (diff)
seperate and move redis dump files so they don't mess with installed redis
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 #################################