Skip to main content
Version: v0.20.0

RuntimeConfigDto

colorstringrequired
Example: #3B8BF6
darkThemeUrlstring
Example: https://example.com/darktheme.png
lightThemeUrlstring
Example: https://example.com/lighttheme.png
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",
"jobRefreshIntervalMs": 10000
}