12cf6cab32
Rewrite https proxy URLs to http, allow HOST/PORT/USER/PASSWORD env vars, and surface clearer errors when proxies fail on the wrong port. Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
808 B
Bash
25 lines
808 B
Bash
# PIN für Recap-Erstellung (4–6 Ziffern empfohlen)
|
||
APP_PIN=1234
|
||
|
||
# JWT — zufälligen langen String generieren (openssl rand -hex 32)
|
||
JWT_SECRET=change-me-to-a-long-random-string
|
||
JWT_EXPIRE_DAYS=90
|
||
|
||
# OpenRouter
|
||
OPENROUTER_API_KEY=
|
||
OPENROUTER_MODEL=google/gemini-2.5-flash
|
||
|
||
# YouTube IP-Block umgehen (optional)
|
||
# Option A — volle URL (http:// + Port aus Dashboard, z.B. 6641):
|
||
# YOUTUBE_PROXY=http://USER:PASS@64.137.96.74:6641
|
||
YOUTUBE_PROXY=
|
||
# Option B — Felder aus dem Dashboard (einfacher, kein URL-Format):
|
||
# YOUTUBE_PROXY_HOST=64.137.96.74
|
||
# YOUTUBE_PROXY_PORT=6641
|
||
# YOUTUBE_PROXY_USER=
|
||
# YOUTUBE_PROXY_PASSWORD=
|
||
# Alternativ Webshare *Residential* (kostenpflichtig, rotating — NICHT Free/Proxy-Server):
|
||
# WEBSHARE_PROXY_USERNAME=
|
||
# WEBSHARE_PROXY_PASSWORD=
|
||
# WEBSHARE_PROXY_LOCATIONS=de,es
|