Skip to content

Commit

Permalink
Merge pull request #79 from swmuir/develop
Browse files Browse the repository at this point in the history
Udpates for version
  • Loading branch information
swmuir authored Jul 16, 2024
2 parents 1a7388b + e6cb72d commit 0807bcf
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ GENERATE_SOURCEMAP=false
#
# SHARED_DATA_AUTH_ENDPOINT is a different FHIR endpoint that is used to authorize the user for shared data.
#
# REACT_APP_SHARED_DATA_ENDPOINT=
# REACT_APP_SHARED_DATA_AUTH_ENDPOINT=
# REACT_APP_SHARED_DATA_SCOPE="launch/patient openid fhirUser patient/*.read patient/*.write"
REACT_APP_SHARED_DATA_ENDPOINT=http://localhost:8080/fhir
REACT_APP_SHARED_DATA_AUTH_ENDPOINT=https://gw.interop.community/MCCDevelopment/data
REACT_APP_SHARED_DATA_SCOPE="launch/patient openid fhirUser patient/* user/*.cruds patient/*.cruds"

# These 2 parameters are only used when Shared Data is a separate FHIR server with its own SMART launch flow.
REACT_APP_SHARED_DATA_CLIENT_ID=
REACT_APP_SHARED_DATA_REDIRECT_URI="./index.html"


REACT_APP_MELD_SANDBOX_NAME=MCCDevelopment
REACT_APP_MELD_SANDBOX_CLIENT_ID=<...>
#REACT_APP_MELD_SANDBOX_NAME=MCCDevelopment
#REACT_APP_MELD_SANDBOX_CLIENT_ID=<...>

# Logica sandbox
REACT_APP_CLIENT_ID_logica=<...>
Expand Down Expand Up @@ -89,6 +89,9 @@ REACT_APP_LOG_ENABLED=false
REACT_APP_LOG_API_KEY=<...>
REACT_APP_LOG_ENDPOINT_URI="http://localhost:8085"

REACT_APP_VERSION="version - 2.2.2"
REACT_APP_VERSION="version - SDS Beta"
# Set to have HHS Banner
REACT_APP_HHS_BANNER=false

REACT_APP_MELD_SANDBOX_NAME=MCCDevelopment
REACT_APP_MELD_SANDBOX_CLIENT_ID=5fa54c47-ed80-405b-a0b7-611eee5d0159

0 comments on commit 0807bcf

Please sign in to comment.