Skip to content
Snippets Groups Projects
Commit 04b3e890 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

fixed bug in TEST and PROD host urls

parent 96130222
No related branches found
No related tags found
1 merge request!9add optional private key and private key password
...@@ -24,8 +24,8 @@ REQUEST_HEADER = { ...@@ -24,8 +24,8 @@ REQUEST_HEADER = {
'cache-control': "no-cache" 'cache-control': "no-cache"
} }
LDV_HOST_DEV = "http://localhost:8000/ldvspec/api/v1" # your local development environment with Django webserver LDV_HOST_DEV = "http://localhost:8000/ldvspec/api/v1" # your local development environment with Django webserver
LDV_HOST_TEST = "https://sdc-dev.astron.nl:5554/ldvspec/api/v1" # the ldv sdc test environment. LDV_HOST_TEST = "https://sdc-dev.astron.nl/ldvspec/api/v1" # the ldv sdc test environment.
LDV_HOST_PROD = "https://sdc.astron.nl:5554/ldvspec/api/v1" # the ldv sdc production environment. LDV_HOST_PROD = "https://sdc.astron.nl/ldvspec/api/v1" # the ldv sdc production environment.
class APIException(Exception): class APIException(Exception):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment