summaryrefslogtreecommitdiff
path: root/test/config.yaml
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2014-01-06 07:32:06 +0100
committerAzul <azul@riseup.net>2014-02-04 11:46:57 +0100
commitbd0e7aeab9cb853439fa68d28332513157d54f73 (patch)
tree0cf9ee2a85e1b5bc971b1472e547299a1e75a511 /test/config.yaml
parent02834750009a22d518bd9bfba7eaaa063811062a (diff)
initial test for running tapicero on travis ci
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