Skip to content

Commit 938f51c

Browse files
committed
fmt
1 parent a5cb479 commit 938f51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ pub struct AppConfig {
222222
/// and will automatically request a certificate from Let's Encrypt
223223
/// using the ACME protocol (requesting a TLS-ALPN-01 challenge).
224224
pub https_domain: Option<String>,
225-
225+
226226
/// The hostname where your application is publicly accessible (e.g., "myapp.example.com").
227227
/// This is used for OIDC redirect URLs. If not set, https_domain will be used instead.
228228
pub host: Option<String>,

0 commit comments

Comments
 (0)