Skip to content

Commit

Permalink
Add default annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Jan 20, 2024
1 parent 26eed20 commit 2ffe226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/kitsune-config/src/database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ use smol_str::SmolStr;
pub struct Configuration {
pub url: SmolStr,
pub max_connections: u32,
#[serde(default)]
pub use_tls: bool,
}

0 comments on commit 2ffe226

Please sign in to comment.