Remove obsolete config vars

This commit is contained in:
Benedikt Kulmann
2020-06-30 13:16:35 +02:00
parent 3f04adf4ff
commit 28e72bc5ad

View File

@@ -40,8 +40,6 @@ type GRPC struct {
// Server configures a server.
type Server struct {
Name string
Namespace string
Address string
AccountsDataPath string
}