Bug solved on despacho pr

This commit is contained in:
Eudes Inácio
2023-02-03 14:40:09 +01:00
parent 9c76f87944
commit 715e1cff3e
11 changed files with 81 additions and 50 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ import { oaprProd } from './suport/oapr'
import { doneITProd } from './suport/doneIt'
export const environment: Environment = oaprProd;
export const environment: Environment = doneITProd;
+2
View File
@@ -16,6 +16,7 @@ export const doneITProd: Environment = {
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712',
logoLabel: 'doneIT',
despachoLabel: 'Titular',
despachoLabel2: 'Despachos do Titular',
};
export const doneITDev: Environment = {
@@ -33,4 +34,5 @@ export const doneITDev: Environment = {
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712',
logoLabel: 'doneIT',
despachoLabel: 'Titular',
despachoLabel2: 'Despachos do Titular',
};
+2
View File
@@ -9,6 +9,7 @@ export const oaprProd: Environment = {
apiWsChatUrl: 'wss://gd-chat.oapr.gov.ao/websocket',
logoLabel: 'Presidente da República',
despachoLabel: 'Presidente da República',
despachoLabel2: 'Despachos Presidenciais',
production: false,
domain: 'oapr.gov.ao',
defaultuser: '',
@@ -26,6 +27,7 @@ export const oaprDev: Environment = {
apiWsChatUrl: 'wss://gd-chat.oapr.gov.ao/websocket',
logoLabel: 'Presidente da República',
despachoLabel: 'Presidente da República',
despachoLabel2: 'Despachos Presidenciais',
production: false,
domain: 'oapr.gov.ao',
defaultuser: 'gmanuel@oapr.gov.ao',