This commit is contained in:
2025-08-16 09:29:18 +02:00
parent 5502ff4bc5
commit 0000d82799
13 changed files with 719 additions and 96 deletions

View File

@@ -3,5 +3,6 @@ pub struct DBOption {
pub dir: String,
pub port: u16,
pub debug: bool,
pub databases: u16, // number of logical DBs (default 16)
pub max_databases: Option<u64>, // None = unlimited, Some(n) = limit to n
pub encryption_key: Option<String>, // Master encryption key
}