We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da658ab commit b1764d1Copy full SHA for b1764d1
cli/config/validate.go
@@ -33,6 +33,8 @@ var validMap = map[string]reflect.Kind{
33
"sketch.always_export_binaries": reflect.Bool,
34
"metrics.addr": reflect.String,
35
"metrics.enabled": reflect.Bool,
36
+ "network.proxy": reflect.String,
37
+ "network.user_agent_ext": reflect.String,
38
}
39
40
func typeOf(key string) (reflect.Kind, error) {
0 commit comments