We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379ac04 commit a5b9633Copy full SHA for a5b9633
clients/python/client/osparc/_models.py
@@ -27,6 +27,7 @@ def _validate_uuids(cls, v: Optional[str]) -> Optional[str]:
27
class ConfigurationModel(BaseSettings):
28
"""Model for capturing env vars which should go into the Configuration"""
29
30
+ # Service side: https://github.com/ITISFoundation/osparc-simcore/pull/5966
31
OSPARC_API_HOST: AnyHttpUrl = Field(
32
default=...,
33
validation_alias=AliasChoices("OSPARC_API_BASE_URL", "OSPARC_API_HOST"),
0 commit comments