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 b7b1b44 commit 1aae2e4Copy full SHA for 1aae2e4
services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/core/settings.py
@@ -81,7 +81,11 @@ class ApplicationSettings(_BaseApplicationSettings):
81
"""
82
83
DYNAMIC_SCHEDULER_UI_STORAGE_SECRET: str = Field(
84
- ..., description="secret key used to enabled browser-based storage for the UI"
+ ...,
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
+ ),
89
)
90
91
DYNAMIC_SCHEDULER_RABBITMQ: RabbitSettings = Field(
0 commit comments