Add new envs #5

Merged
bilal.catic merged 3 commits from add-new-envs into master 2020-05-22 19:01:31 +02:00
Showing only changes of commit c1f36d6302 - Show all commits

View File

@@ -8,4 +8,5 @@ REQUEST_MESSAGE_PREFIX = Prefix that worker server adds to the request message w
PROXY_LIST_BASE_URL = Base url where proxy list can be fetched. Proxy type(https, socks5) will be concatenated to this URL
PROXY_LIST_TIMEOUT = Wait PROXY_LIST_TIMEOUT seconds for proxy list before dropping request
PROXY_LIST_RELOAD_INTERVAL = Refresh proxy list every PROXY_LIST_RELOAD_INTERVAL minutes
CUSTOM_SOCKS5_PROXY_LIST = List of proxies to append on list from PROXY_LIST_BASE_URL, comma separated (ip:port, ip:port, ...)
CUSTOM_SOCKS5_PROXY_LIST = List of proxies to append on list from PROXY_LIST_BASE_URL, comma separated (ip:port, ip:port, ...)
FETCH_TIMEOUT = Timeout in seconds after which proxy connection is dropped