Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit 0bd51f3

Browse files
authored
Update .env.example
1 parent e56a74a commit 0bd51f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ PTERO_API_KEY=change_me
2121
PANEL_DB_NAME=panel
2222

2323
# Cap CAPTCHA (self-hosted alternative to Turnstile)
24-
CAP_ENDPOINT=https://cap.zero-host.org/f6c8171b08/
24+
CAP_ENDPOINT=https://cap.your-domain.com/
2525
CAP_SECRET=change_me
2626

2727
# Session & Cookie
2828
COOKIE_SECRET=change_me_to_a_random_string
2929

3030
# Resend (email)
31-
RESEND_API_KEY=re_xxxxxxxxx
31+
RESEND_API_KEY=change_me
3232
RESEND_FROM_EMAIL=noreply@your-domain.com
3333

3434
# Logging

0 commit comments

Comments
 (0)