Skip to content

Commit aaa48f8

Browse files
committed
even more debugging
1 parent 1a9b11c commit aaa48f8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

utils/config/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ func transformChildrenUnderArray(config *koanf.Koanf, root string, subPath strin
173173
for i := range tokens {
174174
p := root + "." + strconv.Itoa(i) + "." + subPath
175175

176+
log.Dev(p)
177+
176178
if err := transformChildren(config, p, transform); err != nil {
177179
return err
178180
}

utils/config/token-config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ func LoadTokens() {
1919

2020
LoadDir("tokenConfigs", ENV.TOKENS_DIR, tokensLayer, yaml.Parser())
2121

22+
/*
2223
normalizeKeys(tokensLayer)
2324
2425
templateConfig(tokensLayer)
26+
*/
2527
}
2628

2729
func InitTokens() {

0 commit comments

Comments
 (0)