Skip to content

Commit

Permalink
chore(config): change the default value of the frontend url
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jan 21, 2025
1 parent 255bceb commit b7f7902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ pub struct FrontendUmamiConfig {
#[config(rename_all = "snake_case", env_prefix = "FRONTEND_")]
pub struct FrontendConfig {
/// Used as the base URL when generating item links for the frontend.
#[setting(default = "https://pro.ryot.io")]
#[setting(default = "https://app.ryot.io")]
pub url: String,
/// The button label for OIDC authentication.
#[setting(default = "Continue with OpenID Connect")]
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/backend-config-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ frontend:

# Used as the base URL when generating item links for the frontend.
# @envvar FRONTEND_URL
url: "https://pro.ryot.io"
url: "https://app.ryot.io"

# Settings related to external integrations.
integration:
Expand Down

0 comments on commit b7f7902

Please sign in to comment.