Skip to content

Commit 1aae2e4

Browse files
author
Andrei Neagu
committed
extended description
1 parent b7b1b44 commit 1aae2e4

File tree

1 file changed

+5
-1
lines changed
  • services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/core

1 file changed

+5
-1
lines changed

services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/core/settings.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@ class ApplicationSettings(_BaseApplicationSettings):
8181
"""
8282

8383
DYNAMIC_SCHEDULER_UI_STORAGE_SECRET: str = Field(
84-
..., description="secret key used to enabled browser-based storage for the UI"
84+
...,
85+
description=(
86+
"secret required to enabled browser-based storage for the UI. "
87+
"Enables the full set of features to be used for NiceUI"
88+
),
8589
)
8690

8791
DYNAMIC_SCHEDULER_RABBITMQ: RabbitSettings = Field(

0 commit comments

Comments
 (0)