remove service names

This commit is contained in:
Willy Kloucek
2021-12-16 14:59:55 +01:00
parent 2f4f3bec0e
commit f7b949a445
8 changed files with 0 additions and 34 deletions
-4
View File
@@ -72,10 +72,6 @@ func structMappings(cfg *Config) []shared.EnvBinding {
EnvVars: []string{"STORE_GRPC_ADDR"},
Destination: &cfg.GRPC.Addr,
},
{
EnvVars: []string{"STORE_SERVICE_NAME"},
Destination: &cfg.Service.Name,
},
{
EnvVars: []string{"STORE_DATA_PATH"},
Destination: &cfg.Datapath,