Skip to content
Merged

sync #37

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
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ PTERO_API_KEY=change_me
PANEL_DB_NAME=panel

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

# Session & Cookie
COOKIE_SECRET=change_me_to_a_random_string

# Resend (email)
RESEND_API_KEY=re_xxxxxxxxx
RESEND_API_KEY=change_me
RESEND_FROM_EMAIL=noreply@your-domain.com

# Logging
Expand Down
Loading