Skip to content

Commit b29625e

Browse files
authored
feat: add team_internal config key (#224)
This adds a `team_internal` config key to be used to store if the current team is CloudQuery-internal.
1 parent 882b4b8 commit b29625e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const configPath = "cloudquery/config.json"
1414

1515
var configKeys = []string{
1616
"team",
17+
"team_internal",
1718
}
1819

1920
// SetConfigHome sets the configuration home directory - useful for testing

0 commit comments

Comments
 (0)