Skip to content

Commit a5b9633

Browse files
committed
document server side changes
1 parent 379ac04 commit a5b9633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/python/client/osparc/_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def _validate_uuids(cls, v: Optional[str]) -> Optional[str]:
2727
class ConfigurationModel(BaseSettings):
2828
"""Model for capturing env vars which should go into the Configuration"""
2929

30+
# Service side: https://github.com/ITISFoundation/osparc-simcore/pull/5966
3031
OSPARC_API_HOST: AnyHttpUrl = Field(
3132
default=...,
3233
validation_alias=AliasChoices("OSPARC_API_BASE_URL", "OSPARC_API_HOST"),

0 commit comments

Comments
 (0)