diff --git a/Configuration-File-Options.md b/Configuration-File-Options.md index 5433bb0..1e71eec 100644 --- a/Configuration-File-Options.md +++ b/Configuration-File-Options.md @@ -9,7 +9,7 @@ This document describes configuration settings for **Repertory** across all prov | ApiUser | API username for authentication | ✅ Remote / ✅ S3 / ✅ Sia | ❌ | | ApiPassword | API password for authentication | ✅ Remote / ✅ S3 / ✅ Sia | ❌ | | ApiPort | API listening port | ✅ Remote / ✅ S3 / ✅ Sia | ❌ | -| DatabaseType | Storage backend type (e.g., rocksdb) | ✅ Remote / ✅ S3 / ✅ Sia | ❌ | +| DatabaseType | Storage backend type (rocksdb, sqlite) | ✅ Remote / ✅ S3 / ✅ Sia | ❌ | | DownloadTimeoutSeconds | Max time in seconds before a download is aborted | ✅ S3 / ✅ Sia | ✅ | | EnableDownloadTimeout | Whether download timeout is enforced | ✅ S3 / ✅ Sia | ✅ | | EnableDriveEvents | Enable event tracking for drive operations | ✅ Remote / ✅ S3 / ✅ Sia | ✅ |