Skip to main content
Version: v0.18.0

RuntimeConfigDto

colorstringrequired
Example: #3B8BF6
darkThemeUrlstring
Example: https://example.com/darktheme.png
lightThemeUrlstring
Example: https://example.com/lighttheme.png
requireProjectAgreementboolean

Whether a project agreement is required when creating an algorithm instance

Example: false
jobRefreshIntervalMsnumber

Interval in milliseconds for auto-refreshing the jobs table in the UI (0 to disable)

Example: 10000
RuntimeConfigDto
{
"color": "#3B8BF6",
"darkThemeUrl": "https://example.com/darktheme.png",
"lightThemeUrl": "https://example.com/lighttheme.png",
"requireProjectAgreement": false,
"jobRefreshIntervalMs": 10000
}