summaryrefslogtreecommitdiff
path: root/test/config.yaml
blob: 601c10493e031079c1e7b3fe8eeb8ce6879e54a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Default configuration options for Tapicero tests
#

# couch connection configuration
connection:
  protocol: "http"
  host: "localhost"
  port: 5984
  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