@datawheel/bespoke 0.3.22 → 0.4.0

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
@@ -15,8 +15,13 @@ NEXT_PUBLIC_IMAGE_SPLASH_WIDTH=1400
15
15
  NEXT_PUBLIC_IMAGE_THUMB_WIDTH=400
16
16
 
17
17
  # Providers
18
+ NEXT_PUBLIC_IMAGE_PROVIDERS="upload,local,flickr,unsplash,adobe"
18
19
  FLICKR_API_KEY="xxxx"
19
20
  UNSPLASH_API_KEY="xxxx"
21
+ # unused ADOBE_STOCK_API_KEY="xxxx"
22
+ # unused ADOBE_STOCK_API_SECRET="xxxx"
23
+ # unused ADOBE_MANAGEMENT_API_KEY="xxxx"
24
+ # unused ADOBE_MANAGEMENT_API_SECRET="xxxx"
20
25
 
21
26
  # Auth
22
27
  AUTH0_SECRET="xxxxxxxxxxxxxxxxxxxxxxxxx"
@@ -24,6 +29,9 @@ AUTH0_BASE_URL="http://localhost:3000"
24
29
  AUTH0_ISSUER_BASE_URL="https://xxxxxxx.auth0.com"
25
30
  AUTH0_CLIENT_ID="xxxxxxxxxxx"
26
31
  AUTH0_CLIENT_SECRET="xxxxxxxxxxx"
32
+
33
+ # Timeout
34
+ NEXT_PUBLIC_REPORTS_API_FETCH_TIMEOUT=100000
27
35
  ```
28
36
 
29
37
  ### Environmental variables into Bespoke Report scope