forked from NASA-IMPACT/veda-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
26 lines (18 loc) · 1.03 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
26
# Title of the application shown on the header and wherever the name is needed.
APP_TITLE=VEDA Dashboard
# Short description used in meta tags. It shows up when the app url is shared.
APP_DESCRIPTION=Visualization, Exploration, and Data Analysis (VEDA)
# Email to reach out when an error occurs or the users have questions.
# Endpoint for the Tiler server. No trailing slash.
API_RASTER_ENDPOINT='https://staging-raster.delta-backend.com'
# Endpoint for the STAC server. No trailing slash.
API_STAC_ENDPOINT='https://staging-stac.delta-backend.com'
MAPBOX_STYLE_URL='mapbox://styles/covid-nasa/ckb01h6f10bn81iqg98ne0i2y'
# If the app is being served in from a subfolder, the domain url must be set.
# For example, if the app is served from /mysite:
# PUBLIC_URL=http://example.com/mysite
# Google form for feedback
GOOGLE_FORM = 'https://docs.google.com/forms/d/e/1FAIpQLSfGcd3FDsM3kQIOVKjzdPn4f88hX8RZ4Qef7qBsTtDqxjTSkg/viewform?embedded=true'
# Google analytics tracking code
GOOGLE_ANALYTICS_ID='G-CQ3WLED121'