Skip to content

Commit e8174a2

Browse files
deprecate env var
1 parent a574100 commit e8174a2

File tree

1 file changed

+1
-0
lines changed
  • services/director-v2/src/simcore_service_director_v2/core

1 file changed

+1
-0
lines changed

services/director-v2/src/simcore_service_director_v2/core/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ class AppSettings(BaseApplicationSettings, MixinLoggingSettings):
239239
Field(
240240
...,
241241
description="Base URL used to access the public api e.g. http://127.0.0.1:6000 for development or https://api.osparc.io",
242+
deprecated=True,
242243
),
243244
]
244245
DIRECTOR_V2_TRACING: TracingSettings | None = Field(

0 commit comments

Comments
 (0)