summaryrefslogtreecommitdiff
path: root/config/default.yaml
blob: 018f151381314ce0e1d880d7e3a8b5b9cb5f73d0 (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
#
# Default configuration options for Tapicero
#

# database to observe for changes:
users_db_name: "users"

# prefix for per user databases:
db_prefix: "user-"

# couch connection configuration
couch_connection:
  protocol: "http"
  host: "localhost"
  port: 5984
  username: ~
  password: ~

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

# 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: info