forked from US-GHG-Center/veda-config-ghg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
29 lines (21 loc) · 1.17 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
27
28
29
# Title of the application shown on the header and wherever the name is needed.
APP_TITLE=U.S. Greenhouse Gas Center
# Short description used in meta tags. It shows up when the app url is shared.
APP_DESCRIPTION='Exploring Greenhouse Gas Data; Driving Sustainable Strategies through Powerful Analysis'
# 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://ghg.center/api/raster'
# Endpoint for the STAC server. No trailing slash.
API_STAC_ENDPOINT='https://ghg.center/api/stac'
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/1FAIpQLSeVWCrnca08Gt_qoWYjTo6gnj1BEGL4NCUC9VEiQnXA02gzVQ/viewform'
# Temporarily add hub link through env variables.
# This does not scale for the different instances, but it's a quick fix for the
# GHG app.
HUB_URL = 'https://hub.ghg.center/'
HUB_NAME = 'Hub'