Skip to content

Commit

Permalink
Merge pull request #16 from opensrp/add-web-fhir-envs
Browse files Browse the repository at this point in the history
Update template with web FHIR vars
  • Loading branch information
KipSigei authored May 10, 2021
2 parents e762f81 + 9722e50 commit 144e0e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/opensrp-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.2
version: 0.1.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0.0"
appVersion: "v1.0.5"
5 changes: 4 additions & 1 deletion charts/opensrp-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ reactEnvironmentVariables:
REACT_APP_OPENSRP_LOGOUT_URL: "https://{{ .Values.sharedVars.opensrpServer }}/opensrp/logout.do"
REACT_APP_OPENSRP_USER_URL: "https://{{ .Values.sharedVars.opensrpServer }}/opensrp/user-details/"
REACT_APP_OPENSRP_API_BASE_URL: "https://{{ .Values.sharedVars.opensrpServer }}/opensrp/rest/"
REACT_APP_FHIR_API_BASE_URL: "https://{{ .Values.sharedVars.fhirServer }}/fhir"
REACT_APP_OPENSRP_CLIENT_ID: "{{ .Values.sharedVars.opensrpClientId }}"
REACT_APP_ENABLE_FHIR_PATIENTS: "false"
REACT_APP_BACKEND_ACTIVE: "true"
REACT_APP_DISABLE_LOGIN_PROTECTION: "false"
REACT_APP_ENABLE_OPENSRP_OAUTH: "true"
Expand All @@ -105,7 +107,7 @@ reactEnvironmentVariables:
REACT_APP_ENABLE_LOCATIONS: "false"
REACT_APP_ENABLE_TEAMS: "false"
REACT_APP_ENABLE_CARD_SUPPORT: "false"
REACT_APP_MAIN_LOGO_SRC: ""
REACT_APP_MAIN_LOGO_SRC: "https://github.com/OpenSRP/web/raw/master/app/src/assets/images/opensrp-logo-color.png"
REACT_APP_DEFAULT_PLAN_DURATION_DAYS: "20"
REACT_APP_DEFAULT_ACTIVITY_DURATION_DAYS: "7"
REACT_APP_DATE_FORMAT: "yyyy-mm-dd"
Expand All @@ -127,6 +129,7 @@ sharedVars:
opensrpClientId: "opensrpClientId"
opensrpServer: "opensrpServer"
keycloakRealm: "keycloakRealm"
fhirServer: "fhirServer"

express:
opensrpClientId: ""
Expand Down

0 comments on commit 144e0e4

Please sign in to comment.