diff --git a/config/config.go b/config/config.go index 935642f..0bddb64 100644 --- a/config/config.go +++ b/config/config.go @@ -27,7 +27,7 @@ func New() *Config { }, MSHosts: MSHosts{ UsersHost: getEnv("ASTRA-USERS", "http://localhost:8083"), - PersonsHost: getEnv("ASTRA-PESONAL-INFORMATION", "http://localhost:8082"), + PersonsHost: getEnv("ASTRA-PERSONAL-INFORMATION", "http://localhost:8082"), }, } }