Skip to content

Commit 8ca08d0

Browse files
committed
debug
1 parent 7762f0e commit 8ca08d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/config/loader.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ type ENV_ struct {
2626
}
2727

2828
type SETTING_ struct {
29-
BLOCKED_ENDPOINTS []string
30-
VARIABLES map[string]any
31-
MESSAGE_ALIASES []middlewareTypes.MessageAlias
29+
BLOCKED_ENDPOINTS []string `koanf:"blockedendpoints"`
30+
VARIABLES map[string]any `koanf:"variables"`
31+
MESSAGE_ALIASES []middlewareTypes.MessageAlias `koanf:"messagealiases"`
3232
}
3333

3434
var ENV *ENV_ = &ENV_{

0 commit comments

Comments
 (0)