From 0d00d6a8f6eaf15d2a3e5125e599f9735c85d5d6 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 17 Mar 2015 15:03:33 -0700 Subject: added support for tmp_users db. not backward compatible with prior config files (seq_file changed to seq_dir) --- test/config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test/config.yaml') 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" -- cgit v1.2.3