-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
33 lines (27 loc) · 2.06 KB
/
.env.example
File metadata and controls
33 lines (27 loc) · 2.06 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
# =============================================================================
# tsnip — Environment Variables
# =============================================================================
# Copy this file → .env and fill in your values.
# NEVER commit the real .env file to version control.
# =============================================================================
# ── Supabase ─────────────────────────────────────────────────────────────────
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_API_KEY=your-supabase-anon-key
SUPABASE_TABLE=ts_db
SUPABASE_YT_TABLE=yt_db
SUPABASE_YT_CHANNEL_TABLE=yt_channel_db
BLACKLIST_YT_CHANNEL=blacklist_yt_channel
# ── YouTube Data API v3 ─────────────────────────────────────────────────────
YT_DATA_API_V3=your-youtube-data-api-key
# ── YouTube OAuth (for posting comments) ────────────────────────────────────
YOUTUBE_CLIENT_ID=your-client-id.apps.googleusercontent.com
YOUTUBE_CLIENT_SECRET=your-client-secret
YOUTUBE_REFRESH_TOKEN=your-refresh-token
# ── Discord Bot ──────────────────────────────────────────────────────────────
DISCORD_BOT_TOKEN=your-discord-bot-token
# ── Application ──────────────────────────────────────────────────────────────
TOOL_USED=https://tinyurl.com/2ea22f68
LOG_LEVEL=INFO # DEBUG | INFO | WARNING | ERROR | CRITICAL
# ── Cron Secrets (protect cron endpoints from unauthorized access) ───────────
CRON_SECRET=generate-a-uuid-here
CRON_SECRET_DC_KEEP_ALIVE=generate-a-uuid-here