diff --git a/config/configStruct.go b/config/configStruct.go index d10db83c6..2968201a5 100644 --- a/config/configStruct.go +++ b/config/configStruct.go @@ -137,6 +137,7 @@ func CreateDefaultConfig() ConfigStruct { "ldap", "radius", "diameter", + // "expert", }, PortMapping: configStructs.PortMapping{ HTTP: []uint16{80, 443, 8080},