Add base web UI
This commit is contained in:
@ -72,7 +72,7 @@ pub struct AppConfig {
|
||||
pub oidc_client_secret: String,
|
||||
|
||||
/// OpenID login redirect URL
|
||||
#[arg(long, env, default_value = "APP_ORIGIN/web/oidc_cb")]
|
||||
#[arg(long, env, default_value = "APP_ORIGIN/oidc_cb")]
|
||||
oidc_redirect_url: String,
|
||||
|
||||
/// S3 Bucket name
|
||||
|
Reference in New Issue
Block a user