-
Notifications
You must be signed in to change notification settings - Fork 7
/
.env-example
50 lines (40 loc) · 1.47 KB
/
.env-example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Copy this file and rename as `.env`
# Public variables can go in here to conserve space for the Lambda in-memory vars
# General
NEXT_PUBLIC_LOCALE='en-US'
# The production site's url. Very important for sitemap generation and OpenID Connect.
NEXT_PUBLIC_CANONICAL_URL=''
# TakeShape
# This comes from your TakeShape Home page
NEXT_PUBLIC_TAKESHAPE_API_URL=''
# You created this on the Settings > API Keys page
NEXT_PUBLIC_TAKESHAPE_ANONYMOUS_API_KEY=''
# This should match your OpenID Connect config
NEXT_PUBLIC_TAKESHAPE_AUTH_ISSUER=''
# This is generated in the OpenID Connect config, paste what is there
NEXT_PUBLIC_TAKESHAPE_AUTH_AUDIENCE=''
# Shopify - Required Storefront API Token Scopes
# unauthenticated_write_checkouts,
# unauthenticated_read_checkouts,
# unauthenticated_write_customers,
# unauthenticated_read_customers,
# unauthenticated_read_product_listings,
# unauthenticated_read_product_inventory,
# unauthenticated_read_product_tags,
# unauthenticated_read_selling_plans
NEXT_PUBLIC_SHOPIFY_STOREFRONT_TOKEN=''
NEXT_PUBLIC_SHOPIFY_STOREFRONT_URL=''
# Use Multipass - true or false
NEXT_PUBLIC_SHOPIFY_USE_MULTIPASS=''
# Contact Provider - gorgias or zendesk
NEXT_PUBLIC_CONTACT_PROVIDER=''
# Contact Email
NEXT_PUBLIC_SITE_CONTACT_EMAIL=''
# Klaviyo - the id for a default list used in the newsletter signup form
NEXT_PUBLIC_DEFAULT_KLAVIYO_LIST_ID=''
# ReCAPTCHA
NEXT_PUBLIC_RECAPTCHA_SITE_KEY=''
# Sentry
SENTRY_ORG=''
SENTRY_PROJECT=''
SENTRY_IGNORE_API_RESOLUTION_ERROR='1'