remove service names

This commit is contained in:
Willy Kloucek committed 2022-01-03 07:49:23 +01:00
1 parent 2f4f3bec0e
commit f7b949a445
8 files changed
-34

No files matched your search

-4
View File
@@ -91,10 +91,6 @@ func structMappings(cfg *Config) []shared.EnvBinding {
EnvVars: []string{"IDP_HTTP_NAMESPACE"},
Destination: &cfg.HTTP.Namespace,
},
{
EnvVars: []string{"IDP_SERVICE_NAME"},
Destination: &cfg.Service.Name,
},
{
EnvVars: []string{"IDP_IDENTITY_MANAGER"},
Destination: &cfg.IDP.IdentityManager,