Skip to content

Commit 8941e60

Browse files
committed
chore: remove defaults
1 parent b1135a7 commit 8941e60

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

astro.config.mjs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ export default defineConfig({
1919
CF_CAPTCHA_SITE_KEY: envField.string({
2020
context: 'server',
2121
access: 'secret',
22-
default: '1x00000000000000000000AA',
22+
// localhost - always pass
23+
// default: '1x00000000000000000000AA',
24+
}),
25+
CF_CAPTCHA_SECRET_KEY: envField.string({
26+
context: 'server',
27+
access: 'secret',
28+
// localhost - always pass
29+
// default: '1x0000000000000000000000000000000AA',
2330
}),
24-
CF_CAPTCHA_SECRET_KEY: envField.string({ context: 'server', access: 'secret' }),
2531
},
2632
},
2733
vite: {

0 commit comments

Comments
 (0)