summaryrefslogtreecommitdiff
path: root/config/default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 9ab4e5c..cbf9b54 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -13,9 +13,9 @@ connection:
suffix: ""
# netrc: "/etc/couchdb/couchdb.netrc"
-# file to store the last processed user record in so we can resume after
-# a restart:
-seq_file: "/var/log/leap/tapicero.seq"
+# directory to store the sequence file, which contains the last processed record sequence
+# allow us to resume after a restart
+seq_dir: "/var/run/tapicero"
# Configure log_file like this if you want to log to a file instead of syslog:
# log_file: "/var/log/leap/tapicero.log"