Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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