...
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user