-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.env.template
31 lines (24 loc) · 1.59 KB
/
.env.template
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
# Custom hostname for starting the Webpack Dev server
# This is useful when you want to access the Webpack Dev server from a different hostname
WEBPACK_DEV_SERVER_HOSTNAME = my-custome-hostname.com
# Specifies the service tier for the application, either development or production
# This is used to determine which service proxy URL to use
SERVICE_TIER = development
# Service proxy URL for Landsat-Level-2 in development environment
# You can ignore this if you are not running the Landsat Explorer app
LANDSAT_SERVICE_PROXY_URL_DEV = https://dev.landsat.service.proxy.url
# Service proxy URL for Landsat-Level-2 in production environment
# You can ignore this if you are not running the Landsat Explorer app
LANDSAT_SERVICE_PROXY_URL_PROD = https://prod.landsat.service.proxy.url
# Service proxy URL for Sentinel-2 in development environment
# You can ignore this if you are not running the Sentinel-2 Explorer app
SENTINEL2_SERVICE_PROXY_URL_DEV = https://dev.sentinel2.service.proxy.url
# Service proxy URL for Sentinel-2 in production environment
# You can ignore this if you are not running the Sentinel-2 Explorer app
SENTINEL2_SERVICE_PROXY_URL_PROD = https://prod.sentinel2.service.proxy.url
# Service proxy URL for Sentinel-1 in development environment
# You can ignore this if you are not running the Sentinel-1 Explorer app
SENTINEL1_SERVICE_PROXY_URL_DEV = https://dev.sentinel1.service.proxy.url
# Service proxy URL for Sentinel-1 in production environment
# You can ignore this if you are not running the Sentinel-1 Explorer app
SENTINEL1_SERVICE_PROXY_URL_PROD = https://prod.sentinel1.service.proxy.url