-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
74 lines (59 loc) · 2.82 KB
/
.env.sample
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
## CONTENTFUL SPACE ID AND ACCESS TOKEN (Required)
##
## These can be generated by creating a Contentful account and space on https://www.contentful.com.
## To use JustFix's space ID and access token, visit Contentful and locate
## the "JustFix" organization and the "JustFix Organization Site" space, then
## visit the space settings and look for the Space ID and Content Delivery API
## access token.
SPACE_ID=
ACCESS_TOKEN=
## ALGOLIA APP ID, SEARCH KEY (Required) AND ADMIN KEY, ENABLE ALGOLIA ANALYTICS (Optional)
##
## These can be generated by creating a Algolia account and app on https://www.algolia.com/.
## To use JustFix's app ID and admin key, log in to the JustFix account of Algolia and
## visit the "API Keys" sectiom and look for the Application ID, the Search-Only API Key and Admin API Key.
##
## Note that the App ID and Search Key are public-facing vars prefixed with "GATSBY_"
## to make them available in browser javascript.
##
## The Admin Key is optional— if present, it enables the gatsby Algolia plugin on your 'gatsby build' command,
## which updates your search index live on the Algolia account.
##
## The flag to Enable Algolia Analytics is also optional. If you have an Algolia account that allows you to
## record analytics, you can set this variable to 1 to start capturing search analytics in your environment
GATSBY_ALGOLIA_APP_ID=
GATSBY_ALGOLIA_SEARCH_KEY=
ALGOLIA_ADMIN_KEY=
GATSBY_ENABLE_ALGOLIA_ANALYTICS=
## SITE URL (Optional)
##
## Once you have your site deployed, it is recommended that you put your main site url here.
## The gatsby-plugin-canonical-urls plugin uses this variable to generate canonical url link tags for each page
SITE_URL=
## DEMO SITE (Optional)
##
## Setting DEMO SITE to 1 will add a "Demo Site" label to the header.
GATSBY_DEMO_SITE=
## ENABLE PUBLIC FACING I18N (Feature Flag, Optional)
##
## Setting ENABLE PUBLIC FACING I18N to 1 will allow our locale-redirect.tsx component
## to redirect users to any accepted locale defined in locale-config.json. If not set to 1,
## localized pages of all languages will still be accessible but there will not exist any links
## or redirects to them on the site.
GATSBY_ENABLE_PUBLIC_FACING_I18N=
# =========================
# TENANT PLATFORM SITE ORIGIN (OPTIONAL)
# =========================
#
# Setting TENANT PLATFORM SITE ORIGIN to the origin url of a server
# will configure the external database that certain features communicate with.
#
# For example, setting this to `https://app.justfix.org` will allow our email sign-ups to get
# processed by our MailChimp endpoint on the JustFix Tenant Platform.
GATSBY_TENANT_PLATFORM_SITE_ORIGIN=
# =========================
# AMPLITUDE ANALYTICS TRACKING (OPTIONAL)
# =========================
#
# To analyze user behaviour on the website we use Amplitude to track events
GATSBY_AMPLITUDE_API_KEY=