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

# couch connection configuration
connection:
  protocol: "http"
  host: "localhost"
  port: 5984
  username: ~
  password: ~
  prefix: "tapicero_test"
  suffix: ""

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

# the directory to store the last processed user record in so
# we can resume after a restart:
seq_dir: "/tmp/tapicero"