Skip to content

Commit

Permalink
increase launcher build version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Jan 10, 2025
1 parent 2b158a9 commit c571839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Config struct {
ServerScrapeInterval time.Duration `envconfig:"SERVER_SCRAPE_INTERVAL" required:"false" default:"30m"`
PackageSearchInterval time.Duration `envconfig:"PACKAGE_SEARCH_INTERVAL" required:"false" default:"24h"`
PackageScrapeInterval time.Duration `envconfig:"PACKAGE_SCRAPE_INTERVAL" required:"false" default:"24h"`
LauncherVersion string `envconfig:"LAUNCHER_VERSION" required:"false" default:"4"`
LauncherVersion string `envconfig:"LAUNCHER_VERSION" required:"false" default:"5"`
AuthenticatedAPIKey string `envconfig:"AUTHENTICATED_API_KEY" required:"true"`
}

Expand Down

0 comments on commit c571839

Please sign in to comment.