...
This commit is contained in:
27
config.yaml
Normal file
27
config.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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: "0.0.0.0"
|
||||
port: 8004
|
||||
|
||||
# WebDAV settings
|
||||
webdav:
|
||||
verbose: 1
|
||||
enable_loggers: []
|
||||
property_manager: true
|
||||
lock_manager: true
|
||||
Reference in New Issue
Block a user