feat: add option to disable auto add to cart (#759)

This commit is contained in:
Nathan Grebowiec
2020-11-11 18:56:45 -07:00
committed by GitHub
parent 0e730f4203
commit a5249ecc7c
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -84,6 +84,7 @@ environment variables are **optional**._
| Environment variable | Description | Notes |
|:---:|---|---|
| `AUTO_ADD_TO_CART` | Enable auto add to cart on support stores | Default: `true` |
| `BROWSER_TRUSTED` | Skip Chromium Sandbox | Useful for containerized environments, default: `false` |
| `HEADLESS` | Puppeteer to run headless or not | Debugging related, default: `true` |
| `INCOGNITO` | Puppeteer to run incognito or not | Debugging related, default: `false` |