diff --git a/.env.sample b/.env.sample index dd2a2459..59aa6e61 100644 --- a/.env.sample +++ b/.env.sample @@ -124,6 +124,11 @@ DEFAULT_JACKETTIO_TIMEOUT= DEFAULT_JACKETTIO_STREMTHRU_URL=https://stremthru.13377001.xyz # You may also provide a selfhosted instance of StremThru here. # DEFAULT_JACKETTIO_STREMTHRU_URL=http://stremthru:8080 + +# These values work the same as the comet ones, but for Jackettio +# FORCE_JACKETTIO_HOSTNAME= +# FORCE_JACKETTIO_PORT= +# FORCE_JACKETTIO_PROTOCOL= # ------------------------------------- # ---------- STREMIO-JACKETT ---------- @@ -136,6 +141,12 @@ DEFAULT_STREMIO_JACKETT_JACKETT_API_KEY= DEFAULT_STREMIO_JACKETT_TIMEOUT= # ------------------------------------- + +# --------- STREMTHRU-STORE --------- +STREMTHRU_STORE_URL=https://stremthru.elfhosted.com/stremio/store/ +DEFAULT_STREMTHRU_STORE_TIMEOUT= +# -------------------------------------- + # --------- EASYNEWS+ ADDON --------- EASYNEWS_PLUS_URL=https://b89262c192b0-stremio-easynews-addon.baby-beamup.club/ DEFAULT_EASYNEWS_PLUS_TIMEOUT= @@ -183,15 +194,4 @@ DEFAULT_DMM_CAST_TIMEOUT= # -------------- STREMIO GDRIVE ---------------- DEFAULT_STREMIO_GDRIVE_TIMEOUT= # -------------------------------------- -# ============================================================================== - - -# ============================================================================== -# TRAEFIK CONFIGURATION -# ============================================================================== -# IGNORE if you are not using Traefik -# The domain that the addon will be hosted on, e.g. aiostreams.example.com -DOMAIN= -# The email to use for Let's Encrypt -LETSENCRYPT_EMAIL= -# ============================================================================== +# ============================================================================== \ No newline at end of file