-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (29 loc) · 759 Bytes
/
.env.example
File metadata and controls
29 lines (29 loc) · 759 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
27
28
29
HTTP_PORT=18093
DB_URL=jdbc:postgresql://localhost:55432/typetype_downloader
DB_USER=typetype
DB_PASSWORD=typetype
REDIS_HOST=localhost
REDIS_PORT=56379
REDIS_QUEUE_KEY=downloader:queue
MAX_CONCURRENT_WORKERS=2
MAX_QUEUE_SIZE=100
JOB_TTL_SECONDS=600
YTDLP_BIN=yt-dlp
YTDLP_TIMEOUT_SECONDS=120
YTDLP_CONCURRENT_FRAGMENTS=1
YTDLP_RETRIES=10
YTDLP_FRAGMENT_RETRIES=10
YTDLP_SOCKET_TIMEOUT_SECONDS=30
YTDLP_HTTP_CHUNK_SIZE=
YTDLP_EXTERNAL_DOWNLOADER=
YTDLP_EXTERNAL_DOWNLOADER_ARGS=
AUDIO_PASSTHROUGH_DEFAULT=false
TOKEN_CACHE_TTL_SECONDS=600
ENABLE_TRANSCODE=false
S3_ENDPOINT=http://localhost:3900
S3_REGION=garage
S3_BUCKET=typetype-downloads
S3_ACCESS_KEY=change-me
S3_SECRET_KEY=change-me
S3_ARTIFACT_TTL_SECONDS=7200
TOKEN_SERVICE_URL=http://localhost:8081