From 3879d496e24499df58718b19dc5f599bc659c366 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 13 Aug 2025 21:58:01 -0500 Subject: [PATCH] Update Configuration File Options --- Configuration-File-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | ✅ |