28 lines
528 B
YAML
28 lines
528 B
YAML
# WsgiDAV Configuration
|
|
# Collections define WebDAV-accessible directories
|
|
|
|
collections:
|
|
documents:
|
|
path: "./collections/documents"
|
|
description: "General documents and notes"
|
|
|
|
notes:
|
|
path: "./collections/notes"
|
|
description: "Personal notes and drafts"
|
|
|
|
projects:
|
|
path: "./collections/projects"
|
|
description: "Project documentation"
|
|
|
|
# Server settings
|
|
server:
|
|
host: "localhost"
|
|
port: 8004
|
|
|
|
# WebDAV settings
|
|
webdav:
|
|
verbose: 1
|
|
enable_loggers: []
|
|
property_manager: true
|
|
lock_manager: true
|