summaryrefslogtreecommitdiff
path: root/test/config.yaml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-03-17 15:03:33 -0700
committerelijah <elijah@riseup.net>2015-03-17 15:03:33 -0700
commit0d00d6a8f6eaf15d2a3e5125e599f9735c85d5d6 (patch)
tree44046ba1108870d7b5ffbb75ba01eef6cf8866ee /test/config.yaml
parent413b42ea36b5e0406187a881183f4648d8534ec5 (diff)
added support for tmp_users db. not backward compatible with prior config files (seq_file changed to seq_dir)
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"