We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cb479 commit 938f51cCopy full SHA for 938f51c
src/app_config.rs
@@ -222,7 +222,7 @@ pub struct AppConfig {
222
/// and will automatically request a certificate from Let's Encrypt
223
/// using the ACME protocol (requesting a TLS-ALPN-01 challenge).
224
pub https_domain: Option<String>,
225
-
+
226
/// The hostname where your application is publicly accessible (e.g., "myapp.example.com").
227
/// This is used for OIDC redirect URLs. If not set, https_domain will be used instead.
228
pub host: Option<String>,
0 commit comments