fix mistake

This commit is contained in:
kandrusyak
2023-08-08 22:54:22 +03:00
parent b6f670b762
commit fe85ad5fe8

View File

@@ -28,7 +28,7 @@ func New() *Config {
UsersHost: getEnv("ASTRA-USERS", "http://localhost:8082"), UsersHost: getEnv("ASTRA-USERS", "http://localhost:8082"),
StoreHost: getEnv("ASTRA-FILE-STORAGE", "http://localhost:8081"), StoreHost: getEnv("ASTRA-FILE-STORAGE", "http://localhost:8081"),
EventsHost: getEnv("ASTRA-EVENTS", "http://localhost:8083"), EventsHost: getEnv("ASTRA-EVENTS", "http://localhost:8083"),
PersonsHost: getEnv("ASTRA-PESONAL-INFORMATION", "http://localhost:8083"), PersonsHost: getEnv("ASTRA-PERSONAL-INFORMATION", "http://localhost:8083"),
MedicalCardHost: getEnv("ASTRA-MEDICAL-INFORMATION", "http://localhost:8083"), MedicalCardHost: getEnv("ASTRA-MEDICAL-INFORMATION", "http://localhost:8083"),
}, },
Server: ServerConfig{ Server: ServerConfig{