registration default true
This commit is contained in:
parent
49dd3567c6
commit
9ec8b7f2b3
6 changed files with 9 additions and 9 deletions
|
@ -53,7 +53,7 @@ pub struct Config {
|
|||
max_request_size: u32,
|
||||
#[serde(default = "default_max_concurrent_requests")]
|
||||
max_concurrent_requests: u16,
|
||||
#[serde(default = "true_fn")]
|
||||
#[serde(default = "false_fn")]
|
||||
allow_registration: bool,
|
||||
#[serde(default = "true_fn")]
|
||||
allow_encryption: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue