blob: e59b4de3870ec9b6d93f8dea2043b1399be23d85 (
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/tapicero_test.seq"
log_file: "/tmp/tapicero_test.log"
log_level: debug
|