summaryrefslogtreecommitdiff
path: root/test/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/config.yaml')
-rw-r--r--test/config.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/config.yaml b/test/config.yaml
new file mode 100644
index 0000000..6719eb4
--- /dev/null
+++ b/test/config.yaml
@@ -0,0 +1,19 @@
+#
+# Default configuration options for Tapicero
+#
+
+# couch connection configuration
+connection:
+ protocol: "http"
+ host: "localhost"
+ port: 5984
+ username: anna
+ password: secret
+ prefix: "test"
+ suffix: ""
+
+# file to store the last processed user record in so we can resume after
+# a restart:
+seq_file: "/tmp/test-tapicero.seq"
+log_file: "/tmp/test-tapicero.log"
+log_level: debug