Skip to content

Commit

Permalink
eCHIS Kenya - Add staging and training domains
Browse files Browse the repository at this point in the history
* Add staging and training domains

* 1.0.7

* 1.0.8
  • Loading branch information
kennsippell authored Jan 30, 2024
1 parent 87f47e2 commit 74ed3be
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
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.6",
"version": "1.0.8",
"main": "dist/index.js",
"dependencies": {
"@fastify/autoload": "^5.8.0",
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

0 comments on commit 74ed3be

Please sign in to comment.