summaryrefslogtreecommitdiff
path: root/config/default.yaml
blob: 3a0849706736f6748ebd04eed6d857aae95cb7eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Default configuration options for Tapicero
#

#
# Database
#
users_db_name: "users"
db_prefix: "user-"
couch_connection:
  protocol: "http"
  host: "localhost"
  port: 5984
  username: ~
  password: ~
security:
  admins:
    names: []
    roles: []
  readers:
    names: 
      - soledad
    roles: []