Update various domain references
This commit is contained in:
parent
8c51e85a70
commit
02b420d581
2 changed files with 4 additions and 4 deletions
|
|
@ -6,8 +6,8 @@ import os
|
|||
@dataclass(frozen=True)
|
||||
class Constants:
|
||||
|
||||
SP_API_BASE_URL: Final[str] = os.environ.get('SP_API_BASE_URL') or 'https://api.simplifiedprivacy.is/api/v1'
|
||||
PING_URL: Final[str] = os.environ.get('PING_URL') or 'https://api.simplifiedprivacy.is/api/v1/health'
|
||||
SP_API_BASE_URL: Final[str] = os.environ.get('SP_API_BASE_URL') or 'https://api.hydraveil.net/api/v1'
|
||||
PING_URL: Final[str] = os.environ.get('PING_URL') or 'https://api.hydraveil.net/api/v1/health'
|
||||
|
||||
HV_CLIENT_PATH: Final[str] = os.environ.get('HV_CLIENT_PATH')
|
||||
HV_CLIENT_VERSION_NUMBER: Final[str] = os.environ.get('HV_CLIENT_VERSION_NUMBER')
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ dependencies = [
|
|||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.simplifiedprivacy.is/codeking/sp-hydra-veil-core"
|
||||
Issues = "https://git.simplifiedprivacy.is/codeking/sp-hydra-veil-core/issues"
|
||||
Homepage = "https://git.simplifiedprivacy.com/codeking/sp-hydra-veil-core"
|
||||
Issues = "https://git.simplifiedprivacy.com/codeking/sp-hydra-veil-core/issues"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue