Skip to content

Commit

Permalink
Add dd api key default (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
eversC authored Jan 9, 2024
1 parent 3077226 commit 753567a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func GetConfig(configPath string) (c Config, err error) {
// setting defaults is required so users can pass values in from env vars
viper.SetDefault("credentials.aivenapitoken", "")
viper.SetDefault("credentials.circleciapitoken", "")
viper.SetDefault("credentials.datadog.apikey", "")
viper.SetDefault("credentials.githubapitoken", "")
viper.AutomaticEnv()
viper.AddConfigPath(configPath)
Expand Down

0 comments on commit 753567a

Please sign in to comment.