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 2b158a9 commit c571839Copy full SHA for c571839
internal/config/config.go
@@ -32,7 +32,7 @@ type Config struct {
32
ServerScrapeInterval time.Duration `envconfig:"SERVER_SCRAPE_INTERVAL" required:"false" default:"30m"`
33
PackageSearchInterval time.Duration `envconfig:"PACKAGE_SEARCH_INTERVAL" required:"false" default:"24h"`
34
PackageScrapeInterval time.Duration `envconfig:"PACKAGE_SCRAPE_INTERVAL" required:"false" default:"24h"`
35
- LauncherVersion string `envconfig:"LAUNCHER_VERSION" required:"false" default:"4"`
+ LauncherVersion string `envconfig:"LAUNCHER_VERSION" required:"false" default:"5"`
36
AuthenticatedAPIKey string `envconfig:"AUTHENTICATED_API_KEY" required:"true"`
37
}
38
0 commit comments