Update various domain references

This commit is contained in:
codeking 2025-12-09 15:42:14 +01:00
parent 8c51e85a70
commit 02b420d581
2 changed files with 4 additions and 4 deletions

View file

@ -6,8 +6,8 @@ import os
@dataclass(frozen=True) @dataclass(frozen=True)
class Constants: class Constants:
SP_API_BASE_URL: Final[str] = os.environ.get('SP_API_BASE_URL') or 'https://api.simplifiedprivacy.is/api/v1' 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.simplifiedprivacy.is/api/v1/health' 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_PATH: Final[str] = os.environ.get('HV_CLIENT_PATH')
HV_CLIENT_VERSION_NUMBER: Final[str] = os.environ.get('HV_CLIENT_VERSION_NUMBER') HV_CLIENT_VERSION_NUMBER: Final[str] = os.environ.get('HV_CLIENT_VERSION_NUMBER')

View file

@ -22,8 +22,8 @@ dependencies = [
] ]
[project.urls] [project.urls]
Homepage = "https://git.simplifiedprivacy.is/codeking/sp-hydra-veil-core" Homepage = "https://git.simplifiedprivacy.com/codeking/sp-hydra-veil-core"
Issues = "https://git.simplifiedprivacy.is/codeking/sp-hydra-veil-core/issues" Issues = "https://git.simplifiedprivacy.com/codeking/sp-hydra-veil-core/issues"
[build-system] [build-system]
requires = ["hatchling"] requires = ["hatchling"]