Skip to content

Commit

Permalink
Update backend.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mathew-alex authored Jul 21, 2023
1 parent 80a2ce1 commit 9bf6f74
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions aws/backend.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,26 @@
{
"name": "USE_S3",
"value": "True"
},
{
"name": "ENABLE_ABDM",
"value": "True"
},
{
"name": "ABDM_URL",
"value": "https://dev.abdm.gov.in"
},
{
"name": "HEALTH_SERVICE_API_URL",
"value": "https://healthidsbx.abdm.gov.in/api"
},
{
"name": "X_CM_ID",
"value": "sbx"
},
{
"name": "FIDELIUS_URL",
"value": "https://fidelius.ohc.network"
}
],
"repositoryCredentials": {
Expand Down Expand Up @@ -222,6 +242,14 @@
{
"valueFrom": "/care/backend/HCX_IG_URL",
"name": "HCX_IG_URL"
},
{
"valueFrom": "/care/backend/ABDM_CLIENT_ID",
"name": "ABDM_CLIENT_ID"
},
{
"valueFrom": "/care/backend/ABDM_CLIENT_SECRET",
"name": "ABDM_CLIENT_SECRET"
}
],
"name": "care-backend"
Expand Down

0 comments on commit 9bf6f74

Please sign in to comment.