-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 1.13 KB
/
Copy path.env.example
File metadata and controls
31 lines (25 loc) · 1.13 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
# App
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_SUPPORT_EMAIL=contato@voha-lab.com.br
# Supabase — Project Settings > API
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY=sb_publishable_replace_me
SUPABASE_SECRET_KEY=sb_secret_replace_me
# Cloudflare R2 — R2 > Manage API Tokens
R2_ACCOUNT_ID=replace_me
R2_ACCESS_KEY_ID=replace_me
R2_SECRET_ACCESS_KEY=replace_me
R2_BUCKET_NAME=voha-media
# Optional: public custom domain for assets that do not need signed access.
R2_PUBLIC_BASE_URL=
# Meta for Developers — Instagram API with Instagram Login
META_INSTAGRAM_APP_ID=replace_me
META_INSTAGRAM_APP_SECRET=replace_me
# 32 random bytes encoded as base64. Example generator: openssl rand -base64 32
META_TOKEN_ENCRYPTION_KEY=replace_me
# Internal authentication between the Cloudflare Cron Trigger and Next.js.
# Generate at least 32 random bytes and configure it as a Worker secret.
VOHA_CRON_SECRET=replace_with_a_long_random_value
# Optional transactional alerts through the Cloudflare Email Service binding.
# The domain must be onboarded in Cloudflare Email Sending first.
ALERT_EMAIL_FROM=