feat: add example config

This commit is contained in:
Jan Bader 2025-01-02 23:48:03 +01:00
parent fb741e2615
commit 28bcfb826c

View File

@ -0,0 +1,11 @@
{
"passwordCommand": "pass",
"passwordCommandArgs": ["show", "docspell/password"],
"user": "admin@example.com",
"docspellURL": "https://docspell.example.com",
"archiveDirectory": "/home/user/Documents/Archive",
"importDirectories": [
"/home/user/Documents/Inbox",
"/home/user/Downloads/Scan"
]
}