feat: support for proxy server (#352)

Co-authored-by: Adrian Martin <adrian.martin@nbcuni.com>
This commit is contained in:
adrian549092
2020-09-27 21:43:58 -04:00
committed by GitHub
parent 772de900a1
commit fdcd787f91
4 changed files with 15 additions and 0 deletions
+2
View File
@@ -95,6 +95,8 @@ Here is a list of variables that you can use to customize your newly copied `.en
| `PAGE_BACKOFF_MAX` | Maximum backoff time between retrying requests for the same store when a forbidden response is received | Default: `3600000` |
| `PAGE_SLEEP_MIN` | Minimum sleep time between queries of the same store | In milliseconds, default: `5000` |
| `PAGE_SLEEP_MAX` | Maximum sleep time between queries of the same store | In milliseconds, default: `10000` |
| `PROXY_ADDRESS` | IP Address or fqdn of proxy server |
| `PROXY_PORT` | TCP Port number on which the proxy is listening for connections | Default: `80` |
| `SCREENSHOT` | Capture screenshot of page if a card is found | Default: `true` |
| `SHOW_ONLY_BRANDS` | Filter to show specified brands | Comma separated, e.g.: `evga,zotac` |
| `SHOW_ONLY_MODELS` | Filter to show specified models | Comma separated, e.g.: `founders edition,rog strix` |