diff --git a/pkg/config/config.go b/pkg/config/config.go index 5e164c5e9..faaaf44d2 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -40,8 +40,6 @@ type GRPC struct { // Server configures a server. type Server struct { Name string - Namespace string - Address string AccountsDataPath string }