summaryrefslogtreecommitdiff
path: root/test/config.yaml
diff options
context:
space:
mode:
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"