Skip to content

Commit

Permalink
Merge branch '39-uganda-template' into 31-dob
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell authored Feb 8, 2024
2 parents 57934b9 + 9e8650d commit d092f48
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ npm start
The `env.example` file has example values. Here's what they mean:

Variable | Description | Sample
-- | --
-- | -- | --
`CONFIG_NAME` | Name of the configuration to use | `chis-ke`
`EXTERNAL_PORT` | Port to use in docker compose when starting the web server | `3000`
`PORT` | For localhost development environment | `3000`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cht-user-management",
"version": "1.0.7",
"version": "1.0.10",
"main": "dist/index.js",
"dependencies": {
"@fastify/autoload": "^5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy/values/users-chis-ke.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cht-user-management:
image:
tag: 1.0.0
tag: 1.0.8
env:
CONFIG_NAME: chis-ke

Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy/values/users-chis-ug.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cht-user-management:
image:
tag: 1.0.0
tag: 1.0.8
env:
CONFIG_NAME: chis-ug

Expand Down
17 changes: 17 additions & 0 deletions src/config/chis-ke/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,23 @@
{
"friendly": "West Pokot",
"domain": "westpokot.echis.go.ke"
},

{
"friendly": "Staging (chis-staging.health.go.ke)",
"domain": "chis-staging.health.go.ke"
},
{
"friendly": "Training 1",
"domain": "chis-training.health.go.ke"
},
{
"friendly": "Training 2",
"domain": "chis-training-2.health.go.ke"
},
{
"friendly": "Training 3",
"domain": "chis-training-3.health.go.ke"
}
],
"contact_types": [
Expand Down
8 changes: 8 additions & 0 deletions src/config/chis-ug/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
{
"friendly": "eCHIS Uganda",
"domain": "echis.health.go.ug"
},
{
"friendly": "eCHIS Uganda Dev",
"domain": "vhtapp-4x.dev.medicmobile.org"
},
{
"friendly": "eCHIS Uganda Training",
"domain": "moh-ug-test.dev.medicmobile.org"
}
],

Expand Down

0 comments on commit d092f48

Please sign in to comment.