summaryrefslogtreecommitdiff
path: root/test/badconfig.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/badconfig.yaml')
-rw-r--r--test/badconfig.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/badconfig.yaml b/test/badconfig.yaml
new file mode 100644
index 0000000..4941806
--- /dev/null
+++ b/test/badconfig.yaml
@@ -0,0 +1,20 @@
+#
+# A bad config, used to test errors
+#
+
+# couch connection configurationq
+connection:
+ protocol: "http"
+ host: "localhost"
+ port: 59840
+ ## ^^ wrong port :)
+ username: ~
+ password: ~
+ 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