summaryrefslogtreecommitdiff
path: root/test/badconfig.yaml
blob: 4941806db22f5125b248d088ca4760bafcaf309d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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