-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.env
22 lines (17 loc) · 897 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
APP_TITLE=VEDA UI
APP_DESCRIPTION=User interface of module VEDA
APP_CONTACT_EMAIL=email@example.org
API_RASTER_ENDPOINT='https://staging.openveda.cloud/api/raster'
API_STAC_ENDPOINT='https://staging.openveda.cloud/api/stac'
# 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'
SHOW_CONFIGURABLE_COLOR_MAP = 'TRUE'
# Enables the refactor page header component that uses the USWDS design system
ENABLE_USWDS_PAGE_HEADER = 'TRUE'
# Enables the refactor page footer component that uses the USWDS design system
ENABLE_USWDS_PAGE_FOOTER = 'TRUE'
# Enables the display of Cookie consent form
ENABLE_COOKIE_CONSENT_FORM = 'TRUE'