65 lines
1.1 KiB
YAML
65 lines
1.1 KiB
YAML
server:
|
|
bind_address: "0.0.0.0:8080"
|
|
public_url: "http://localhost:8080"
|
|
redaction_text: "[-]"
|
|
default_class: "CONFIDENTIAL"
|
|
|
|
database:
|
|
url: "postgres://nxcaldav@localhost:5432/nxcaldav?sslmode=disable"
|
|
|
|
users:
|
|
- name: "daniel"
|
|
password: "123"
|
|
groups:
|
|
- family
|
|
- klosterberg
|
|
- parent
|
|
- name: "diane"
|
|
password: "123"
|
|
groups:
|
|
- family
|
|
- klosterberg
|
|
- parent
|
|
- name: "georg"
|
|
password: "123"
|
|
groups:
|
|
- family
|
|
- kids
|
|
- name: "lennart"
|
|
password: "123"
|
|
groups:
|
|
- family
|
|
- kids
|
|
- name: "tessa"
|
|
password: "123"
|
|
groups:
|
|
- family
|
|
- kids
|
|
- klosterberg
|
|
- name: "testuser"
|
|
password: "123"
|
|
- name: "shared"
|
|
password: "123"
|
|
|
|
calendars:
|
|
- id: "default"
|
|
owner: "lennart"
|
|
- id: "family"
|
|
owner: "shared"
|
|
access:
|
|
- groups: "family"
|
|
mode: "read-write"
|
|
- id: "tessas-inbox"
|
|
owner: "tessa"
|
|
access:
|
|
- group: "parent"
|
|
mode: "read-write"
|
|
|
|
aggregates:
|
|
- id: "lennart_aggregate"
|
|
owner: "lennart"
|
|
sources: ["default", "family"]
|
|
access:
|
|
- group: "family"
|
|
mode: "read-only"
|