Skip to content

Commit f6990ca

Browse files
authored
Merge pull request #423 from NHSDigital/APM-3610-prod-api-registry
Update urls to point at prod
2 parents a4e38f8 + 9146bb0 commit f6990ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/collections/ansible_collections/nhsd/apigee/plugins/module_utils/paas/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def _localstack() -> bool:
1212
def api_registry() -> str:
1313
if _localstack():
1414
return "http://localhost:9000"
15-
return "https://api-registry.ptl.api.platform.nhs.uk:9000"
15+
return "https://api-registry.prod.api.platform.nhs.uk:9000"

azure/common/deploy-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ stages:
223223
- bash: |
224224
set -euo pipefail
225225
226-
INFO=$(curl https://api-registry.ptl.api.platform.nhs.uk:9000/api/${{ parameters.service_name }})
226+
INFO=$(curl https://api-registry.prod.api.platform.nhs.uk:9000/api/${{ parameters.service_name }})
227227
SHORT_NAME=$(echo $INFO | jq -r .short_name)
228228
GUID=$(echo $INFO | jq -r .guid)
229229

0 commit comments

Comments
 (0)