@datawheel/bespoke 0.8.0-rc.22 → 0.8.0-rc.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,6 +9,7 @@ REPORTS_LOGGING=true
9
9
  NEXT_PUBLIC_REPORTS_LOCALE_DEFAULT="en"
10
10
  NEXT_PUBLIC_REPORTS_LOCALES="en,es"
11
11
  REPORTS_BASE_URL="http://localhost:3000"
12
+ NEXT_PUBLIC_REPORTS_DEBUG=true
12
13
 
13
14
  # Images
14
15
  NEXT_PUBLIC_IMAGE_SPLASH_WIDTH=1400
@@ -30,9 +31,12 @@ AUTH0_ISSUER_BASE_URL="https://xxxxxxx.auth0.com"
30
31
  AUTH0_CLIENT_ID="xxxxxxxxxxx"
31
32
  AUTH0_CLIENT_SECRET="xxxxxxxxxxx"
32
33
 
33
- # Timeout
34
+ # Requests
34
35
  NEXT_PUBLIC_REPORTS_API_FETCH_TIMEOUT=100000
36
+ NEXT_PUBLIC_REPORTS_AXIOS_RETRIES=1
37
+ NEXT_PUBLIC_REPORTS_MAX_CONCURRENT_QUERIES_PER_REPORT=5 (zero means no max).
35
38
 
39
+ # PDF Service
36
40
  NEXT_PUBLIC_PDF_API_URL=[https://screenshots.datawheel.us/rest](https://screenshot-service-dev.datawheel.us/)
37
41
  ```
38
42