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.
2 parents 862b367 + c0f2dcc commit 070bbf2Copy full SHA for 070bbf2
1 file changed
.env.example
@@ -21,14 +21,14 @@ PTERO_API_KEY=change_me
21
PANEL_DB_NAME=panel
22
23
# Cap CAPTCHA (self-hosted alternative to Turnstile)
24
-CAP_ENDPOINT=https://cap.zero-host.org/f6c8171b08/
+CAP_ENDPOINT=https://cap.your-domain.com/
25
CAP_SECRET=change_me
26
27
# Session & Cookie
28
COOKIE_SECRET=change_me_to_a_random_string
29
30
# Resend (email)
31
-RESEND_API_KEY=re_xxxxxxxxx
+RESEND_API_KEY=change_me
32
RESEND_FROM_EMAIL=noreply@your-domain.com
33
34
# Logging
0 commit comments