This commit is contained in:
2025-08-16 09:50:56 +02:00
parent 0000d82799
commit dbd0635cd9
11 changed files with 139 additions and 142 deletions

View File

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