-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
22 lines (18 loc) · 1.03 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
# The Plaform URL to use.
# See https://docs.coveo.com/en/2976/coveo-solutions/deployment-regions-and-strategies
REACT_APP_PLATFORM_URL=https://platform.cloud.coveo.com
# The unique identifier of the organization in which to generate a search token.
# Example: REACT_APP_ORGANIZATION_ID=mycoveoorganizationg8tp8wu3.
# See https://docs.coveo.com/en/148/manage-an-organization/retrieve-the-organization-id
REACT_APP_ORGANIZATION_ID=<YOUR_ORGANIZATION_ID>
# An API key granting the impersonate privilege in your organization.
# The API key should have the impersonate privilege.
# See https://docs.coveo.com/en/1718/manage-an-organization/manage-api-keys#add-an-api-key
REACT_APP_API_KEY=<YOUR_API_KEY>
# The name of the security identity to impersonate.
# Example: REACT_APP_USER_EMAIL="[email protected]"
# See https://docs.coveo.com/en/56/#name-string-required.
REACT_APP_USER_EMAIL=<YOUR_USER_EMAIL>
# The path to the server returning Coveo search tokens.
# By default, it targets server on the same host.
REACT_APP_TOKEN_ENDPOINT="/token"