Skip to content

Commit 9dc02f3

Browse files
authored
improvement(helm): added missing optional envvars to helm for whitelabeling (#2711)
1 parent 833825f commit 9dc02f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

helm/sim/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,17 @@ app:
107107
NEXT_PUBLIC_BRAND_NAME: "Sim" # Custom brand name
108108
NEXT_PUBLIC_BRAND_LOGO_URL: "" # Custom logo URL (leave empty for default)
109109
NEXT_PUBLIC_BRAND_FAVICON_URL: "" # Custom favicon URL (leave empty for default)
110+
NEXT_PUBLIC_BRAND_PRIMARY_COLOR: "" # Primary brand color (hex, e.g., "#701a75")
111+
NEXT_PUBLIC_BRAND_ACCENT_COLOR: "" # Accent color (hex, e.g., "#9333ea")
112+
NEXT_PUBLIC_BRAND_BACKGROUND_COLOR: "" # Background color (hex, e.g., "#ffffff")
110113
NEXT_PUBLIC_CUSTOM_CSS_URL: "" # Custom stylesheet URL (leave empty for none)
111114
NEXT_PUBLIC_SUPPORT_EMAIL: "[email protected]" # Support email address
112115
NEXT_PUBLIC_DOCUMENTATION_URL: "" # Documentation URL (leave empty for none)
113116
NEXT_PUBLIC_TERMS_URL: "" # Terms of service URL (leave empty for none)
114117
NEXT_PUBLIC_PRIVACY_URL: "" # Privacy policy URL (leave empty for none)
118+
119+
# Registration Control
120+
DISABLE_REGISTRATION: "" # Set to "true" to disable new user signups
115121

116122
# Access Control (leave empty if not restricting login)
117123
ALLOWED_LOGIN_EMAILS: "" # Comma-separated list of allowed email addresses for login

0 commit comments

Comments
 (0)