summaryrefslogtreecommitdiff
path: root/test/config.yaml
blob: 599df4af9d19f58bbf0168ab74d2ea295519daac (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
#

# couch connection configuration
connection:
  protocol: "http"
  host: "localhost"
  port: 5984
  username: anna
  password: secret
  prefix: "tapicero-test"
  suffix: ""

# file to store the last processed user record in so we can resume after
# a restart:
seq_file: "/tmp/test-tapicero.seq"
log_file: "/tmp/test-tapicero.log"
log_level: debug