-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.production
22 lines (16 loc) · 899 Bytes
/
.env.production
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# For usage with Create React App, env variables needs to be prefixed with `REACT_APP_`
# Server namespace
REACT_APP_HOST_URI=https://publish-p65804-e666805.adobeaemcloud.com
REACT_APP_GRAPHQL_ENDPOINT=/content/_cq_graphql/my-project/endpoint.json
# Dev modes, use proxy during development (helps avoids potential CORS issues)
REACT_APP_USE_PROXY=false
#AUTH (Choose one method)
# Authentication methods: 'service-token', 'dev-token', 'basic' or leave blank to use no authentication
REACT_APP_AUTH_METHOD=none
# For Bearer auth, use DEV token (dev-token) from Cloud console
REACT_APP_DEV_TOKEN=dev-token
# For Service toke auth, provide path to service token file (download file from Cloud console)
REACT_APP_SERVICE_TOKEN=auth/service-token.json
# For Basic auth, use AEM ['user','pass'] pair (eg for Local AEM Author instance)
REACT_APP_BASIC_AUTH_USER=admin
REACT_APP_BASIC_AUTH_PASS=admin