RuntimeConfigDto
colorstringrequired
Example:
#3B8BF6darkThemeUrlstring
Example:
https://example.com/darktheme.pnglightThemeUrlstring
Example:
https://example.com/lighttheme.pngjobRefreshIntervalMsnumber
Interval in milliseconds for auto-refreshing the jobs table in the UI (0 to disable)
Example:
10000RuntimeConfigDto
{
"color": "#3B8BF6",
"darkThemeUrl": "https://example.com/darktheme.png",
"lightThemeUrl": "https://example.com/lighttheme.png",
"jobRefreshIntervalMs": 10000
}