Skip to content

Commit

Permalink
Manifest endpoint update for Sri Lanka production server migration to…
Browse files Browse the repository at this point in the history
… datacenter (#5377)

**Story card:**
[sc-9896](https://app.shortcut.com/simpledotorg/story/9896)

## Because

The production environment for Simple Sri Lanka is in the process of
being migrated to a datacenter. The DNS has consequently been changed
and this update needs to be reflected in the production manifest file.
  • Loading branch information
roypeter authored Feb 3, 2024
1 parent 0e548dc commit f4146ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/manifest/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
{
"country_code": "LK",
"endpoint": "https://api.lk.simple.org/api/",
"endpoint": "https://api-simple.health.gov.lk/api/",
"display_name": "Sri Lanka",
"isd_code": "94"
},
Expand Down Expand Up @@ -73,7 +73,7 @@
"deployments": [
{
"display_name": "Sri Lanka",
"endpoint": "https://api.lk.simple.org/api/"
"endpoint": "https://api-simple.health.gov.lk/api/"
}
]
},
Expand Down

0 comments on commit f4146ba

Please sign in to comment.