added proxies, choice for type of record, some output
This commit is contained in:
@@ -16,5 +16,7 @@ settings = {
|
||||
"mongodb_collection": config.get("DB","MONGODB_COLLECTION"),
|
||||
"base_url": config.get("WEB", "BASE_URL"),
|
||||
"endpoint": config.get("WEB", "ENDPOINT"),
|
||||
"threads": int(config.get("APP", "THREADS"))
|
||||
"threads": int(config.get("APP", "THREADS")),
|
||||
"http_proxy": config.get("PROXY", "HTTP_PROXY", fallback=None),
|
||||
"https_proxy": config.get("PROXY", "HTTPS_PROXY", fallback=None)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user