// HML ENV const configEnvs = { nodeEnv: "production", reactAppCryptoKey: "d2b7f1b1-1b1b-4b7b-8b1b-1b1b7b1b1b1b", reactAppApiUrl: "https://novoideiaxhmg.dataprev.gov.br/gate/v1", reactAppApiPublicUrl: "https://novoideiaxhmg.dataprev.gov.br/gate", reactAppOauthLoginUrl: "https://novoideiaxhmg.dataprev.gov.br/gate/oauth2/authorization/govbr", reactAppOauthLogoutUrl: "https://sso.staging.acesso.gov.br/logout?post_logout_redirect_uri=https://novoideiaxhmg.dataprev.gov.br/logout", publicUrl: "https://novoideiaxhmg.dataprev.gov.br/", reactAppLocal: true } function getEnv() { return configEnvs; } window.global = window.global || {}; window.global.env = getEnv();