mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
feat: add new scraper configurations and clarify the PROXY_ETHOS on_failure option in the sample environment file
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ ANIME_MAPPING_REFRESH_INTERVAL=86400 # Seconds between background anime mapping
|
||||
# Networking & Proxy Configuration #
|
||||
# ============================== #
|
||||
GLOBAL_PROXY_URL= # Global proxy for all outbound requests (e.g. http://user:pass@host:port)
|
||||
PROXY_ETHOS=always # always: use proxy for everything; on_failure: retry with proxy if direct fails; never: never use proxy (unless specific scraper override)
|
||||
PROXY_ETHOS=always # always: use proxy for everything; on_failure: retry with proxy if direct fails (not recommended); never: never use proxy (unless specific scraper override)
|
||||
# Scraper specific proxies can be set using [SCRAPERNAME]_PROXY_URL
|
||||
# Example: TORRENTIO_PROXY_URL=http://...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user