summaryrefslogtreecommitdiff
path: root/test/config.yaml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-03-17 15:06:54 -0700
committerelijah <elijah@riseup.net>2015-03-17 15:06:54 -0700
commit74a8f39a0d91f7f992c41cced01f80f24001e173 (patch)
tree2c459d89ed9d1e284098dc43715db813eab97f27 /test/config.yaml
parent2d42b4a39eaa346b94fa4aa2bb90bebb5621112e (diff)
parent25b34acce7612f58c5d40819de79734b08cdfb8f (diff)
Merge branch 'develop' into version/0.6.1version/0.6.1
Conflicts: Gemfile.lock
Diffstat (limited to 'test/config.yaml')
-rw-r--r--test/config.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/config.yaml b/test/config.yaml
index 601c104..28da68c 100644
--- a/test/config.yaml
+++ b/test/config.yaml
@@ -12,8 +12,9 @@ connection:
prefix: "tapicero_test"
suffix: ""
-# file to store the last processed user record in so we can resume after
-# a restart:
-seq_file: "/tmp/tapicero_test.seq"
log_file: "/tmp/tapicero_test.log"
log_level: debug
+
+# the directory to store the last processed user record in so
+# we can resume after a restart:
+seq_dir: "/tmp/tapicero"