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

seq_dir: "/tmp/tapicero_test"
log_file: "/tmp/tapicero_test.log"
log_level: debug