summaryrefslogtreecommitdiff
path: root/config/default.yaml
blob: 25792db084378223adb60ea0b637524811cb9df4 (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: ""

# file to store the last processed user record in so we can resume after
# a restart:
seq_file: "/var/log/leap/tapicero.seq"

# Configure log_file like this if you want to log to a file instead of syslog:
# log_file: "/var/leap/log/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: []