You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: platform/config/config_v2.go
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ import (
12
12
"github.com/rs/zerolog"
13
13
"log"
14
14
"reflect"
15
+
"regexp"
15
16
"slices"
16
17
"strings"
17
18
)
@@ -126,8 +127,15 @@ type (
126
127
IndexConfigIndicesConfigs`koanf:"indexes"`
127
128
// DefaultTargetConnectorType is used in V2 code only
128
129
DefaultTargetConnectorTypestring//it is not serialized to maintain configuration BWC, so it's basically just populated from '*' config in `config_v2.go`
0 commit comments