-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.env
More file actions
21 lines (17 loc) · 850 Bytes
/
sample.env
File metadata and controls
21 lines (17 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
NODE_ENV=development
BOT_TOKEN=
SENTRY_DSN=
COMMAND_PREFIX=!
# Optional: full path to yt-dlp if it is not on PATH (common on Windows)
# YTDLP_PATH=C:\\Users\\You\\bin\\yt-dlp.exe
# Fly-friendly fallback when YouTube blocks server IP:
# set this to full Netscape cookies.txt content as a secret
# do NOT set this to a raw "Cookie:" request header string
# first line should usually be: # Netscape HTTP Cookie File
YTDLP_COOKIES=
# Docker/Fly only: on each container start, upgrade yt-dlp if GitHub has a newer release
# (compares tag to bundled binary; skips the big download when already current).
# YTDLP_AUTO_UPDATE=0
# YTDLP_UPDATE_URL=https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux
# While the bot is running, run `yt-dlp -U` on this interval (hours). Default 24. Set to 0 to disable.
# YTDLP_SCHEDULED_UPDATE_HOURS=24