Skip to content

Commit 33b7b31

Browse files
waleedlatif1claude
andcommitted
chore(helm): add Turnstile and harmony env vars to values.yaml
Adds TURNSTILE_SECRET_KEY, NEXT_PUBLIC_TURNSTILE_SITE_KEY, and SIGNUP_EMAIL_VALIDATION_ENABLED to the helm chart so self-hosted deployments can configure captcha and disposable email blocking. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0e4dcec commit 33b7b31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

helm/sim/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ app:
176176
DISABLE_REGISTRATION: "" # Set to "true" to disable new user signups
177177
EMAIL_PASSWORD_SIGNUP_ENABLED: "" # Set to "false" to disable email/password login (SSO-only mode, server-side enforcement)
178178
NEXT_PUBLIC_EMAIL_PASSWORD_SIGNUP_ENABLED: "" # Set to "false" to hide email/password login form (UI-side)
179+
SIGNUP_EMAIL_VALIDATION_ENABLED: "" # Set to "true" to block 55K+ disposable email domains (requires normalized_email migration)
180+
181+
# Bot Protection (Cloudflare Turnstile)
182+
TURNSTILE_SECRET_KEY: "" # Cloudflare Turnstile secret key (leave empty to disable captcha)
183+
NEXT_PUBLIC_TURNSTILE_SITE_KEY: "" # Cloudflare Turnstile site key (leave empty to disable captcha)
179184

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

0 commit comments

Comments
 (0)