remove service names

This commit is contained in:
Willy Kloucek
2021-12-16 14:59:55 +01:00
committed by Jörn Friedrich Dreyer
parent 0360b58587
commit ebfe8f069c
8 changed files with 0 additions and 34 deletions
-4
View File
@@ -79,10 +79,6 @@ func structMappings(cfg *Config) []shared.EnvBinding {
EnvVars: []string{"THUMBNAILS_DEBUG_ZPAGES"},
Destination: &cfg.Debug.Zpages,
},
{
EnvVars: []string{"THUMBNAILS_SERVICE_NAME"},
Destination: &cfg.Service.Name,
},
{
EnvVars: []string{"THUMBNAILS_GRPC_ADDR"},
Destination: &cfg.GRPC.Addr,