-
Notifications
You must be signed in to change notification settings - Fork 6
/
.env.sample
37 lines (37 loc) · 2.09 KB
/
.env.sample
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
32
33
34
35
36
37
# Enable when working with workspaces/Appstore
REACT_APP_WORKSPACES_ENABLED=false
# Enable when working with Dug
REACT_APP_SEMANTIC_SEARCH_ENABLED='true'
# Identify landing spacein the UI:
REACT_APP_DEFAULT_SPACE='workspaces'
# Points the app to the Dug API
REACT_APP_HELX_SEARCH_URL='https:\/\/heal-dev.apps.renci.org\/search-api'
# Only necessary if working with analytics specifically.
# Should be a project token/GA property. Make sure to configure details
# in env.json
REACT_APP_ANALYTICS=''
# Points the UI to TranQL. TranQL often runs on /tranql
REACT_APP_TRANQL_URL='https:\/\/heal-dev.apps.renci.org\/tranql\/'
# Brand setting. <braini, catalyst, heal, scidas, eduhelx, helx>
REACT_APP_UI_BRAND_NAME='catalyst'
# Hide tabs in the result modal/cards. <'overview', 'studies', 'cdes', 'kgs', 'tranql', 'robokop'>. Comma-delimited string, e.g. "tranql,robokop"
REACT_APP_HIDDEN_RESULT_TABS=''
# Some static assets such as app logo are loaded externally from the dockstore repository (helx-apps).
REACT_APP_DOCKSTORE_BRANCH=master
# Some static assets such as brand logo are loaded externally from the Appstore repository.
REACT_APP_APPSTORE_ASSET_BRANCH=master
# Set heading for the login page. If this is not supplied, will use website title to create one.
REACT_APP_LOGIN_TITLE='HeLX Workspaces'
# Support pages vlue:
# Link to a help portal, sample is for HEAL as of 01/25/2024
REACT_APP_SUPPORT_HELP_PORTAL_URL='http:\/\/bit.ly\/HEALSemanticSearch_Help'
# Link to a user guide, sample is for HEAL as of 01/25/2024
REACT_APP_SUPPORT_USER_GUIDE_URL='https:\/\/docs.google.com\/document\/d\/1M43Ex0eg_ObvXIGvWFUuwqKAYpWATXa8vYSpB5gUa6Q\/edit?pli=1'
# Link to a Faqs page, sample is for HEAL as of 01/25/2024
REACT_APP_SUPPORT_FAQS_URL='https:\/\/docs.google.com\/document\/d\/1njtRJbdHePRE-1kYtmyli-NqVuwU9bdqZ-42RNQGpBI\/edit'
# Link to a video with introduction to the brand deployment
REACT_APP_SUPPORT_INTRO_VIDEO_URL='https:\/\/bit.ly\/Intro_to_HSS'
# Link to a video with a user guide video
REACT_APP_SUPPORT_HOWTO_VIDEO_URL='https:\/\/bit.ly\/HSS_Demo'
# Enable Guided Tour for Search
REACT_APP_SEARCH_TOUR_ENABLED='false'