Skip to content

Commit

Permalink
Update default (UAT) PDMP endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Oct 14, 2024
1 parent 324a05d commit f7f1d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script_facade/client/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class DefaultConfig(object):
SCRIPT_VERSION = os.environ.get('SCRIPT_VERSION', '20170701')

# SOAP endpoint URL
SCRIPT_ENDPOINT_URL = os.environ.get('SCRIPT_ENDPOINT_URL', 'https://uat-onehealthport-api.axwaycloud.com:8099/ncpdp_requests')
SCRIPT_ENDPOINT_URL = os.environ.get('SCRIPT_ENDPOINT_URL', 'https://uat-v2-onehealthport-api.axwaycloud.com:8099/ncpdp_requests')
# link to repo of mock XML files
SCRIPT_MOCK_URL = os.environ.get('SCRIPT_MOCK_URL')

Expand Down

0 comments on commit f7f1d7b

Please sign in to comment.