43 lines
885 B
YAML
43 lines
885 B
YAML
server:
|
|
bind_address: "0.0.0.0:14243"
|
|
public_url: "http://localhost:8080"
|
|
redaction_text: "[-]"
|
|
default_class: "CONFIDENTIAL"
|
|
|
|
database:
|
|
url: "postgres://nxcaldav@localhost:5432/nxcaldav?sslmode=disable"
|
|
|
|
users:
|
|
- name: "daniel"
|
|
password: "Cyclist-Hypnotize7-Blurb"
|
|
groups:
|
|
- family
|
|
- name: "diane"
|
|
password: "Carve-Unluckily-Reprint1"
|
|
groups:
|
|
- family
|
|
- name: "lennart"
|
|
password: "Baton6-Extortion-Monologue"
|
|
groups:
|
|
- family
|
|
- name: "shared"
|
|
password: "Oxidant-Ageless3-Dispersed"
|
|
|
|
calendars:
|
|
- id: "default"
|
|
owner: "lennart"
|
|
- id: "family"
|
|
owner: "shared"
|
|
access:
|
|
- groups: "family"
|
|
mode: "read-write"
|
|
|
|
aggregates:
|
|
- id: "lennart_aggregate"
|
|
owner: "shared"
|
|
sources: [ "default", "family" ]
|
|
access:
|
|
- group: "diane"
|
|
mode: "read-only"
|
|
- ics: "future-only"
|