Skip to content

Commit

Permalink
Update Turnstile site key (#3331)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec authored Aug 27, 2024
1 parent ff4350f commit 0804ef9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/scripts/setup_files/profiles/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ charts:
# Frontend configuration items:
frontend:
configAnalyticsWriteKey: "j9EeK4oURluRSIKbaXCBKBxGCnT2WahB"
configCaptchaSiteKey: "0x4AAAAAAAe9zmM2ysXGSJk1" # Turnstile site key
configCaptchaSiteKey: "0x4AAAAAAAiMciPlBW1aA1iL" # Turnstile site key
configShowCertExpiration: false
# Maintenance configuration items
maintenance:
Expand Down
2 changes: 1 addition & 1 deletion deploy/scripts/setup_files/profiles/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charts:
# Frontend configuration items:
frontend:
configAnalyticsWriteKey: "AoebaDJNjSlOMRUH87EaNjvwkQpfLoyy"
configCaptchaSiteKey: "0x4AAAAAAAe9zmM2ysXGSJk1" # Turnstile site key
configCaptchaSiteKey: "0x4AAAAAAAiMciPlBW1aA1iL" # Turnstile site key
configShowCertExpiration: false
global:
awsS3Location: prod.thecombine.app
Expand Down
2 changes: 1 addition & 1 deletion src/types/runtimeConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ declare global {
const defaultConfig: RuntimeConfigItems = {
baseUrl: "http://localhost:5000",
captchaRequired: true,
captchaSiteKey: "0x4AAAAAAAe9zmM2ysXGSJk1",
captchaSiteKey: "0x4AAAAAAAiMciPlBW1aA1iL",
offline: false,
emailServicesEnabled: true,
showCertExpiration: true,
Expand Down

0 comments on commit 0804ef9

Please sign in to comment.