forked from magnolia-cms/hello-saas-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
25 lines (20 loc) · 1.05 KB
/
.env
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
# --------------------------
# PROJECT SPECIFIC VARIABLES
# --------------------------
# Your Magnolia Subscription ID.
REACT_APP_MGNL_SUB_ID="veiiahe9vqv9emps"
# The base page for your site.
# Please make sure it is prefixed with '/'.
# Please make sure it matches case.
REACT_APP_MGNL_APP_BASE="/react-minimal"
# -------------------------------------------
# GENERAL - DO NOT CHANGE THE FOLLOWING
# -------------------------------------------
REACT_APP_MGNL_HOST_PREVIEW="https://delivery-preview.saas.magnolia-cloud.com/${REACT_APP_MGNL_SUB_ID}"
REACT_APP_MGNL_HOST_PUBLISHED="https://delivery.saas.magnolia-cloud.com/${REACT_APP_MGNL_SUB_ID}"
# Uses REACT_APP_CONFIG_ENV, so that the frontend uses the current environment.
# Variable is in file `.config-env`
# This file is generated with `get-env.js` with the npm scripts. See package.json.
REACT_APP_MGNL_API_ANNOTATIONS="${REACT_APP_CONFIG_ENV}/content-template-annotations/v1"
REACT_APP_MGNL_API_PAGES="${REACT_APP_CONFIG_ENV}/delivery/pages/v1"
REACT_APP_MGNL_API_NAV="${REACT_APP_CONFIG_ENV}/delivery/pagenav/v1"