-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathenv.example
More file actions
33 lines (28 loc) · 1.42 KB
/
env.example
File metadata and controls
33 lines (28 loc) · 1.42 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
# Environment Variables for FusionTik
# Copy this file to .env.local and fill in your own values.
# ── Supabase (global download counter) ──────────────────────────────────────
# Create a project at https://supabase.com and copy the values from
# Project Settings → API.
NEXT_PUBLIC_SUPABASE_URL=https://<your-project-ref>.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=<your-supabase-anon-key>
# ── TikTok API Providers (optional overrides) ────────────────────────────────
# Leave blank to use the default public endpoints.
# Provider 1: Zell (default: https://apizell.web.id/download/tiktok)
ZELL_TIKTOK_API_URL=
# Provider 2: Sanka (default: https://www.sankavollerei.com/download/tiktok)
SANKA_TIKTOK_API_URL=
SANKA_TIKTOK_API_KEY=
# Provider 3: TikWM (default: https://tikwm.com/api/)
TIKWM_API_URL=
# ── Error Notifications (all optional) ──────────────────────────────────────
# Webhook (any HTTP endpoint that accepts a JSON POST)
ALERT_WEBHOOK_URL=
# Telegram bot — send alerts to a Telegram chat
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
# Email via SMTP (e.g. Gmail App Password)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=youremail@gmail.com
SMTP_PASS=your-app-password
ALERT_EMAIL_TO=owner@domain.com