Skip to content

Commit

Permalink
added missing mandatory env to .local.env and .prebuild.env
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed Oct 18, 2024
1 parent e9303a0 commit 7471c65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/.local.env
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ ABDM_GATEWAY_URL=https://dev.abdm.gov.in
ABDM_ABHA_URL=https://abhasbx.abdm.gov.in
ABDM_FACILITY_URL=https://facilitysbx.abdm.gov.in
ABDM_CM_ID=sbx
CURRENT_DOMAIN=https://care.ohc.network
BACKEND_DOMAIN=https://careapi.ohc.network
10 changes: 10 additions & 0 deletions docker/.prebuilt.env
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ HCX_PASSWORD=Opensaber@123
HCX_PROTOCOL_BASE_PATH=http://staging-hcx.swasth.app/api/v0.7
HCX_USERNAME=qwertyreboot@gmail.com
HCX_CERT_URL=https://raw.githubusercontent.com/Swasth-Digital-Health-Foundation/hcx-platform/main/demo-app/server/resources/keys/x509-self-signed-certificate.pem

# ABDM envs: added to avoid test failures
ABDM_CLIENT_ID=SBX_001
ABDM_CLIENT_SECRET=xxxx
ABDM_GATEWAY_URL=https://dev.abdm.gov.in
ABDM_ABHA_URL=https://abhasbx.abdm.gov.in
ABDM_FACILITY_URL=https://facilitysbx.abdm.gov.in
ABDM_CM_ID=sbx
CURRENT_DOMAIN=https://care.ohc.network
BACKEND_DOMAIN=https://careapi.ohc.network

0 comments on commit 7471c65

Please sign in to comment.