El Root contiene la lógica de Single-SPA del sistema de auditoria (Sisifo) y gestiona todos los microfrontends dentro de la página web, ayuda a gestionar la comunicación entre ellos y contiene el consumo de los assets, paleta de colores y favicon del sistema.
export const environment = {
production: [Booleano que indica si está habilitado],
entorno: [Entorno de ejecucion],
autenticacion: [Booleano que indica si está habilitada],
notificaciones: [Booleano que indica si están habilitadas],
menuApps: [Booleano que indica si está habilitado],
appname: [Nombre del sistema para los estilos],
appMenu: [Nombre del sistema para los estilos],
TOKEN: {
AUTORIZATION_URL: [URL de Autorización - login],
CLIENTE_ID: [Token de acceso],
RESPONSE_TYPE: [Tipo de Respuesta del token],
SCOPE: [Alcance de la solicitud],
REDIRECT_URL: [URL de redirección],
SIGN_OUT_URL: [URL de Cerrar Sesión - logout],
SIGN_OUT_REDIRECT_URL: [URL de redirección despues de cerrar sesion],
AUTENTICACION_MID: [URL de API MID Autenticación],
},
};
-
clonar el repositorio:
git clone https://github.com/udistrital/auditoria_plan_mejoramiento_root_mf.git
-
Acceder al directorio del repositorio clonado:
cd auditoria_plan_mejoramiento_root_mf
-
Instalar las dependencias:
npm install
-
Iniciar el Root:
npm start
# Does not apply
# Does not apply
Pruebas unitarias
# Does not apply
Develop | Relese | Main |
---|---|---|
This file is part of auditoria_plan_mejoramiento_root_mf.
auditoria_plan_mejoramiento_root_mf is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
sisifo_root is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with novedades_crud. If not, see https://www.gnu.org/licenses/.