remove service names

This commit is contained in:
Willy Kloucek
2022-01-07 15:39:01 +00:00
committed by Jörn Friedrich Dreyer
parent 0360b58587
commit ebfe8f069c
8 changed files with 0 additions and 34 deletions
-4
View File
@@ -87,10 +87,6 @@ func structMappings(cfg *Config) []shared.EnvBinding {
EnvVars: []string{"OCS_HTTP_NAMESPACE"},
Destination: &cfg.HTTP.Namespace,
},
{
EnvVars: []string{"OCS_SERVICE_NAME"},
Destination: &cfg.Service.Name,
},
{
EnvVars: []string{"OCS_HTTP_ROOT"},
Destination: &cfg.HTTP.Root,