File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments