Skip to content

Commit

Permalink
make noauth optional to ensure old ~/.acsrs/config.toml can be loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumepellegrino committed Aug 15, 2024
1 parent f9f67f1 commit 3b58877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pub struct AcsConfig {
pub secure_address: String,
pub unsecure_address: String,
pub management_address: String,
#[serde(default)]
pub noauth: bool,
}

Expand Down

0 comments on commit 3b58877

Please sign in to comment.