Make cloud-api-url configurable (#1827)

This commit is contained in:
Volodymyr Stoiko
2026-02-03 20:11:43 +02:00
committed by GitHub
parent d6631e8565
commit f3a0d35485
4 changed files with 6 additions and 4 deletions

View File

@@ -177,6 +177,7 @@ type ConfigStruct struct {
DumpLogs bool `yaml:"dumpLogs" json:"dumpLogs" default:"false"`
HeadlessMode bool `yaml:"headless" json:"headless" default:"false"`
License string `yaml:"license" json:"license" default:""`
CloudApiUrl string `yaml:"cloudApiUrl" json:"cloudApiUrl" default:"https://api.kubeshark.com"`
CloudLicenseEnabled bool `yaml:"cloudLicenseEnabled" json:"cloudLicenseEnabled" default:"true"`
AiAssistantEnabled bool `yaml:"aiAssistantEnabled" json:"aiAssistantEnabled" default:"true"`
DemoModeEnabled bool `yaml:"demoModeEnabled" json:"demoModeEnabled" default:"false"`