-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 965 Bytes
/
Copy path.env.example
File metadata and controls
26 lines (23 loc) · 965 Bytes
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
# Local/VPS deployment metadata for helper scripts.
APP_NAME=video-download-bot
UPSTREAM_REPO=https://github.com/upekshaip/tg-ytdlp-bot.git
UPSTREAM_DIR=vendor/tg-ytdlp-bot
TZ=Asia/Singapore
# Optional Douyin remote fallback.
# Leave blank to keep all Douyin links private/local only.
# Examples:
# DOUYIN_REMOTE_RESOLVER_URL=https://example.com/api/parse?url={url}
# DOUYIN_REMOTE_RESOLVER_METHOD=GET
# DOUYIN_REMOTE_RESOLVER_HEADERS_JSON={"Authorization":"Bearer YOUR_TOKEN"}
DOUYIN_REMOTE_RESOLVER_URL=
DOUYIN_REMOTE_RESOLVER_METHOD=GET
DOUYIN_REMOTE_RESOLVER_HEADERS_JSON=
# Optional WeChat Channels resolver enhancement.
# Public sph links are tried first. Some links only return preview metadata;
# those may need a logged-in yuanbao.tencent.com web cookie here.
WECHAT_CHANNELS_YUANBAO_COOKIE=
WECHAT_CHANNELS_TIMEOUT=30
# Optional VPS target used by scripts/package-for-vps.sh output notes.
VPS_HOST=
VPS_USER=root
VPS_PATH=/opt/video-download-bot