Skip to content

Commit

Permalink
Update default (UAT) PDMP endpoint (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c authored Oct 21, 2024
1 parent 324a05d commit 0e2b0a2
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 0e2b0a2

Please sign in to comment.