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 cb34e71 commit 2d1b245Copy full SHA for 2d1b245
utils/config/token-config.go
@@ -14,7 +14,7 @@ var tokens []map[string]any
14
func LoadTokens() {
15
log.Debug("Loading Configs ", ENV.TOKENS_DIR)
16
17
- LoadDir(ENV.TOKENS_DIR, yaml.Parser())
+ tokens = LoadDir(ENV.TOKENS_DIR, yaml.Parser())
18
19
log.Dev(utils.ToJson(tokens))
20
}
0 commit comments