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 9af3249 commit cf8efaeCopy full SHA for cf8efae
internals/config/tokens.go
@@ -38,12 +38,10 @@ func NormalizeTokens() {
38
data = append(data, tmpConf.Layer.Get("").(map[string]any))
39
}
40
41
- log.Dev("Tokens: ", tokenConf.Layer.All())
+ log.Dev("Tokens: ", data)
42
43
// Merge token configs together into new temporary config
44
tokenConf.Load(data, "tokenconfigs")
45
-
46
47
48
49
func InitTokens() {
0 commit comments