mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
performance
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Environment } from './../app/models/envarioment'
|
||||
import { oaprProd } from './suport/oapr'
|
||||
import { doneITProd } from './suport/doneIt'
|
||||
import { DevDev } from './suport/dev'
|
||||
|
||||
|
||||
export const environment: Environment = doneITProd;
|
||||
export const environment: Environment = DevDev;
|
||||
@@ -9,7 +9,7 @@ export const oaprProd: Environment = {
|
||||
apiWsChatUrl: 'wss://gd-chat.oapr.gov.ao/websocket',
|
||||
logoLabel: 'Presidente da República',
|
||||
despachoLabel: 'Presidencial',
|
||||
despachoLabel2: 'Despachos Presidenciais',
|
||||
despachoLabel2: 'Despachos Presidênciais',
|
||||
production: false,
|
||||
domain: 'oapr.gov.ao',
|
||||
defaultuser: '',
|
||||
@@ -21,7 +21,7 @@ export const oaprProd: Environment = {
|
||||
agendaVP: 'Agenda do MD',
|
||||
PR: 'PR',
|
||||
VP: '',
|
||||
dispatchPR: 'Despachos Presidenciais',
|
||||
dispatchPR: 'Despachos Presidênciais',
|
||||
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user