Skip to content

Commit

Permalink
feat: add team_internal config key (#224)
Browse files Browse the repository at this point in the history
This adds a `team_internal` config key to be used to store if the current team is CloudQuery-internal.
  • Loading branch information
rhino1998 authored Aug 21, 2024
1 parent 882b4b8 commit b29625e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const configPath = "cloudquery/config.json"

var configKeys = []string{
"team",
"team_internal",
}

// SetConfigHome sets the configuration home directory - useful for testing
Expand Down

0 comments on commit b29625e

Please sign in to comment.