Skip to content
Snippets Groups Projects
Commit 354dbd7d authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Updated default Bloxberg server.

parent 13f15963
Branches f-bloxberg-poc
No related tags found
No related merge requests found
Pipeline #7864 failed
...@@ -57,7 +57,7 @@ Parameters ...@@ -57,7 +57,7 @@ Parameters
---------- ----------
connection : dict connection : dict
A dict with the following keys: A dict with the following keys:
- url : The bloxberg URL. Default is "https://qa.certify.bloxberg.org" - url : The bloxberg URL. Default is "https://certify.bloxberg.org"
""" """
self._create_conf(connection) self._create_conf(connection)
self._api_client = swagger_client.ApiClient(configuration=self._conf) self._api_client = swagger_client.ApiClient(configuration=self._conf)
...@@ -134,7 +134,7 @@ The BloxbergCertificate Record which shall be verified. ...@@ -134,7 +134,7 @@ The BloxbergCertificate Record which shall be verified.
@staticmethod @staticmethod
def json_from_certificate(certificate, filename=None): def json_from_certificate(certificate, filename=None):
"""Generate a qa.certify.bloxberg.org JSON string, optionally writing it to a file. """Generate a certify.bloxberg.org JSON string, optionally writing it to a file.
Parameters Parameters
---------- ----------
......
...@@ -46,7 +46,7 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)): ...@@ -46,7 +46,7 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
def __init__(self): def __init__(self):
"""Constructor""" """Constructor"""
# Default Base url # Default Base url
self.host = "https://qa.certify.bloxberg.org" self.host = "https://certify.bloxberg.org"
# Temp file folder for downloading files # Temp file folder for downloading files
self.temp_folder_path = None self.temp_folder_path = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment