feat: captcha
This commit is contained in:
parent
b79ee0c08a
commit
9a99f934b6
12 changed files with 184 additions and 11 deletions
|
|
@ -26,4 +26,9 @@ PUBLIC_B2_ENDPOINT=https://s3.us-west-002.backblazeb2.com
|
|||
PUBLIC_B2_REGION=us-west-002
|
||||
|
||||
# OpenAI (for AI features)
|
||||
OPENROUTER_API_KEY=your_openrouter_api_key
|
||||
OPENROUTER_API_KEY=your_openrouter_api_key
|
||||
|
||||
# Turnstile (for CAPTCHA)
|
||||
# The default ones are for testing purposes only, and will accept any request.
|
||||
PUBLIC_TURNSTILE_SITE_KEY=1x00000000000000000000AA
|
||||
TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA
|
||||
Reference in a new issue