summaryrefslogtreecommitdiff
path: root/config/default.yaml
blob: cbf9b54399b1202698eef94f78d8011323b7adac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
# Default configuration options for Tapicero
#

# couch connection configuration
connection:
  protocol: "http"
  host: "localhost"
  port: 5984
  username: ~
  password: ~
  prefix: ""
  suffix: ""
  # netrc: "/etc/couchdb/couchdb.netrc"

# directory to store the sequence file, which contains the last processed record sequence
# allow us to resume after a restart
seq_dir: "/var/run/tapicero"

# Configure log_file like this if you want to log to a file instead of syslog:
# log_file: "/var/log/leap/tapicero.log"
log_level: debug

# tapicero specific options
options:
  # prefix for per user databases:
  db_prefix: "user-"

  # security settings to be used for the per user databases
  security:
    admins:
      names: []
      roles: []
    members:
      names:
        - soledad
      roles: []