-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (34 loc) · 1.57 KB
/
Copy path.env.example
File metadata and controls
40 lines (34 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# ============================================================================
# Required
# ============================================================================
ADMIN_PASSWORD=
# ============================================================================
# Recommended (features degrade gracefully without these)
# ============================================================================
ADMIN_TOTP_SECRET=
RESEND_API_KEY=
# ============================================================================
# Contact Form / Abuse Protection
# ============================================================================
NEXT_PUBLIC_TURNSTILE_SITE_KEY=
TURNSTILE_SECRET_KEY=
# ============================================================================
# Dev Page (Metrics & Status)
# ============================================================================
GITHUB_TOKEN=
# ============================================================================
# Content System
# ============================================================================
TYPEFULLY_API_KEY=
BUTTONDOWN_API_KEY=
# ============================================================================
# Analytics
# ============================================================================
NEXT_PUBLIC_POSTHOG_KEY=
NEXT_PUBLIC_POSTHOG_HOST=
# ============================================================================
# Feature Flags
# ============================================================================
NEXT_PUBLIC_FEATURE_FAVORITE_NUMBER=
NEXT_PUBLIC_FEATURE_FILE_BROWSER=
NEXT_PUBLIC_FEATURE_SYSTEM_MONITOR=