summaryrefslogtreecommitdiff
path: root/config/default.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 /config/default.yaml
parent2d42b4a39eaa346b94fa4aa2bb90bebb5621112e (diff)
parent25b34acce7612f58c5d40819de79734b08cdfb8f (diff)
Merge branch 'develop' into version/0.6.1version/0.6.1
Conflicts: Gemfile.lock
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"