Skip to content

Commit

Permalink
docs: Document force_https field
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Jul 24, 2024
1 parent bb08bb9 commit ca20ed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ pub struct AppConfigCapabilityInstaBootV1 {
serde::Serialize, serde::Deserialize, schemars::JsonSchema, Clone, Debug, PartialEq, Eq,
)]
pub struct Redirect {
/// Force https by redirecting http requests to https automatically.
#[serde(default, skip_serializing_if = "Option::is_none")]
pub force_https: Option<bool>,
}
Expand Down

0 comments on commit ca20ed8

Please sign in to comment.