48 lines
794 B
YAML
48 lines
794 B
YAML
database:
|
|
url: postgres://nxcaldav@localhost:5432/nxcaldav?sslmode=disable
|
|
server:
|
|
bind_address: 0.0.0.0:14243
|
|
default_class: CONFIDENTIAL
|
|
public_url: http://example.com/
|
|
email_domain: example.com
|
|
redaction_text: '[-]'
|
|
|
|
smtp:
|
|
host: localhost
|
|
port: 587
|
|
user: nxcaldav@nx2.site
|
|
password_cmd: echo "Vastly-Wrinkle9-Corsage"
|
|
|
|
users:
|
|
- name: alice
|
|
password: 123
|
|
groups:
|
|
- family
|
|
- name: bob
|
|
password: abc
|
|
groups:
|
|
- family
|
|
|
|
calendars:
|
|
- id: test
|
|
owner: alice
|
|
color: '#F6F5F4'
|
|
- id: family
|
|
owner: shared
|
|
color: '#999999'
|
|
access:
|
|
- group: family
|
|
mode: read-write
|
|
|
|
address_books:
|
|
- id: contacts
|
|
owner: alice
|
|
- id: family
|
|
owner: bob
|
|
access:
|
|
- group: family
|
|
mode: read-write
|
|
|
|
aggregates:
|
|
|