registration default true

This commit is contained in:
Jonathan de Jong 2021-08-31 18:25:35 +02:00
parent 49dd3567c6
commit 9ec8b7f2b3
6 changed files with 9 additions and 9 deletions

View file

@ -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,