You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I need to relocate the links we have into the main dotenv file.
Acceptance Criteria
Optin https://access... link is in ./.env
PageHeader https://access... link is in ./.env
Dotenv params are funneled through src/common/helpers.js
Assumptions and Questions
partially based on conversations regarding a storage mechanism for external links
dotenv params need to use the prefix REACT_APP_
consider using a grouping prefix along with a one word description for param names i.e. REACT_APP_UI_LINK_DOCS
Before merging this one we need to confirm that CCS/docs isn't going to actively need to update their documentation link based on the GUI's display of system inventory - 09-15-2020 @jlprevatt
The text was updated successfully, but these errors were encountered:
Description
As a developer I need to relocate the links we have into the main dotenv file.
Acceptance Criteria
https://access...
link is in./.env
https://access...
link is in./.env
src/common/helpers.js
Assumptions and Questions
REACT_APP_
REACT_APP_UI_LINK_DOCS
The text was updated successfully, but these errors were encountered: