23 lines
775 B
Plaintext
23 lines
775 B
Plaintext
# Token RealDebrid usado por el addon Torrentio de Stremio.
|
|
# Se encuentra en la URL del addon: .../realdebrid=<TOKEN>/...
|
|
# El token NO se sube al repositorio (ver .gitignore).
|
|
TORRENTIO_RD_TOKEN=
|
|
|
|
# Prefijo de la URL del catalogo Torrentio (sin token).
|
|
# Formato: language=spanish|realdebrid=<TOKEN>
|
|
TORRENTIO_CONFIG=language=spanish
|
|
|
|
# Hora de la programacion diaria (Task Scheduler)
|
|
# (no es una variable de configuracion, solo referencia)
|
|
|
|
# IMPORTANTE: la notificacion se envia SOLO al canal IDD de Telegram
|
|
# via scripts/idd_channel.py de biblioteca_negocio_prolongo
|
|
# (bot API, canal -1003967773087). No usa sesion personal de telethon.
|
|
|
|
# NAS Synology Download Station (descargas con --descargar)
|
|
NAS_HOST=192.168.50.31
|
|
NAS_PORT=5000
|
|
NAS_USER=
|
|
NAS_PASS=
|
|
NAS_HTTPS=0
|