From 28e72bc5ada4e8b093fc8a93a8e38a1de62a7f69 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 30 Jun 2020 13:16:35 +0200 Subject: [PATCH] Remove obsolete config vars --- pkg/config/config.go | 2 -- 1 file changed, 2 deletions(-) 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 }