...
This commit is contained in:
@@ -7,6 +7,7 @@ pub enum BackendType {
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct DBOption {
|
||||
pub dir: String,
|
||||
pub port: u16,
|
||||
pub debug: bool,
|
||||
pub encrypt: bool,
|
||||
pub encryption_key: Option<String>,
|
||||
|
Reference in New Issue
Block a user