We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b551195 commit a1074a4Copy full SHA for a1074a4
mns_subscription/src/mns_service.py
@@ -16,10 +16,7 @@
16
17
SQS_ARN = os.getenv("SQS_ARN")
18
19
-apigee_env = os.getenv("APIGEE_ENVIRONMENT", "int")
20
-MNS_URL = "https://api.service.nhs.uk/multicast-notification-service/subscriptions" \
21
- if apigee_env == "prod" else "https://int.api.service.nhs.uk/multicast-notification-service/subscriptions"
22
-
+MNS_URL = "https://int.api.service.nhs.uk/multicast-notification-service/subscriptions"
23
24
class MnsService:
25
def __init__(self, authenticator: AppRestrictedAuth):
0 commit comments