We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b22e6 commit 9bfa6f7Copy full SHA for 9bfa6f7
apps/web/src/vitnode.api.config.ts
@@ -18,9 +18,9 @@ export const POSTGRES_URL =
18
19
export const vitNodeApiConfig = buildApiConfig({
20
captcha: {
21
- type: 'recaptcha_v3',
22
- siteKey: process.env.RECAPTCHA_SITE_KEY_v3,
23
- secretKey: process.env.RECAPTCHA_SECRET_KEY_v3,
+ type: 'cloudflare_turnstile',
+ siteKey: process.env.CLOUDFLARE_TURNSTILE_SITE_KEY,
+ secretKey: process.env.CLOUDFLARE_TURNSTILE_SECRET_KEY,
24
},
25
plugins: [blogApiPlugin()],
26
dbProvider: drizzle({
0 commit comments