mirror of
https://github.com/Viren070/MediaFusion.git
synced 2025-12-01 23:21:11 +01:00
d8ae426a9a
* Improve StremThru error handling * Allow access to http response object * Add configure time StremThru store name validation * Store StremThru magnet cache in redis * Add settings toggle for storing StremThru magnet cache * Update streaming_providers/debrid_client.py * Support using public StremThru instance --------- Co-authored-by: Mohamed Zumair <mhdzumair@gmail.com>
15 lines
493 B
Plaintext
15 lines
493 B
Plaintext
HOST_URL="https://mediafusion.local"
|
|
POSTER_HOST_URL="https://mediafusion.local"
|
|
MONGO_URI="mongodb://mongodb:27017/mediafusion"
|
|
REDIS_URL="redis://redis:6379"
|
|
PROWLARR_URL="http://prowlarr:9696"
|
|
PROWLARR_IMMEDIATE_MAX_PROCESS=30
|
|
PROWLARR_IMMEDIATE_MAX_PROCESS_TIME=30
|
|
PROWLARR_SEARCH_INTERVAL_HOUR="24"
|
|
prowlarr_live_title_search="true"
|
|
IS_SCRAP_FROM_TORRENTIO="true"
|
|
ENABLE_RATE_LIMIT="false"
|
|
is_scrap_from_mediafusion="true"
|
|
is_scrap_from_zilean="true"
|
|
store_stremthru_magnet_cache="false"
|