We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e38f8 commit 9146bb0Copy full SHA for 9146bb0
2 files changed
ansible/collections/ansible_collections/nhsd/apigee/plugins/module_utils/paas/urls.py
@@ -12,4 +12,4 @@ def _localstack() -> bool:
12
def api_registry() -> str:
13
if _localstack():
14
return "http://localhost:9000"
15
- return "https://api-registry.ptl.api.platform.nhs.uk:9000"
+ return "https://api-registry.prod.api.platform.nhs.uk:9000"
azure/common/deploy-stage.yml
@@ -223,7 +223,7 @@ stages:
223
- bash: |
224
set -euo pipefail
225
226
- INFO=$(curl https://api-registry.ptl.api.platform.nhs.uk:9000/api/${{ parameters.service_name }})
+ INFO=$(curl https://api-registry.prod.api.platform.nhs.uk:9000/api/${{ parameters.service_name }})
227
SHORT_NAME=$(echo $INFO | jq -r .short_name)
228
GUID=$(echo $INFO | jq -r .guid)
229
0 commit comments