diff --git a/app/scripts/environment/environment_prod.js b/app/scripts/environment/environment_prod.js index 48c9ceb2..252bf50d 100644 --- a/app/scripts/environment/environment_prod.js +++ b/app/scripts/environment/environment_prod.js @@ -27,6 +27,7 @@ angular.module('contractualClienteApp') NECESIDADES_CRUD_SERVICE: "https://autenticacion.portaloas.udistrital.edu.co/apioas/necesidades_crud/v1/", METAS_SERVICE: "https://autenticacion.portaloas.udistrital.edu.co/apioas/bodega_jbpm/v1/", MODELS_SERVICE: "scripts/models/", + PARAMETROS_SERVICE: "https://autenticacion.portaloas.udistrital.edu.co/apioas/parametros/v1/", // PARAMETROS NUEVOS OIKOS_SERVICE: "https://autenticacion.portaloas.udistrital.edu.co/apioas/oikos_crud_api/v1/", ARGO_NOSQL_SERVICE: "http://10.20.2.43:8083/v1/", // NO ESTA URL EN PREPROD CONTRATO_SERVICE: "https://autenticacion.portaloas.udistrital.edu.co/apioas/administrativa_jbpm/v1/", // NO ESTA URL EN PREPROD diff --git a/app/scripts/environment/environment_test.js b/app/scripts/environment/environment_test.js index 6a3a588f..274f4b37 100644 --- a/app/scripts/environment/environment_test.js +++ b/app/scripts/environment/environment_test.js @@ -27,6 +27,7 @@ angular.module('contractualClienteApp') NECESIDADES_CRUD_SERVICE: "https://autenticacion.portaloas.udistrital.edu.co/apioas/necesidades_crud/v1/", METAS_SERVICE: "https://autenticacion.portaloas.udistrital.edu.co/apioas/bodega_jbpm/v1/", MODELS_SERVICE: "scripts/models/", + PARAMETROS_SERVICE: "https://autenticacion.portaloas.udistrital.edu.co/apioas/parametros/v1/", // PARAMETROS NUEVOS OIKOS_SERVICE: "https://autenticacion.portaloas.udistrital.edu.co/apioas/oikos_crud_api/v1/", ARGO_NOSQL_SERVICE: "http://10.20.2.43:8083/v1/", // NO ESTA URL EN PREPROD CONTRATO_SERVICE: "https://autenticacion.portaloas.udistrital.edu.co/apioas/administrativa_jbpm/v1/", // NO ESTA URL EN PREPROD