fix deref memory location

This commit is contained in:
A.Unger
2021-11-11 13:06:59 +01:00
parent cfc9738e51
commit 0d1c8accf2
+1 -1
View File
@@ -94,7 +94,7 @@ func structMappings(cfg *Config) []shared.EnvBinding {
},
{
EnvVars: []string{"REVA_GATEWAY"},
Destination: &cfg.RevaAddress,
Destination: &cfg.Reva.Address,
},
{
EnvVars: []string{"OCIS_MACHINE_AUTH_API_KEY", "OCS_MACHINE_AUTH_API_KEY"},