lot of changes

This commit is contained in:
Eudes Inácio
2023-10-19 16:51:12 +01:00
parent ff52c56cde
commit 57f51903bc
51 changed files with 43514 additions and 1079 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ import { doneITProd } from './suport/doneIt'
import { DevDev } from './suport/dev'
export const environment: Environment = DevDev;
export const environment: Environment = oaprProd;
+1 -1
View File
@@ -3,7 +3,7 @@ import { Environment } from './../../app/models/envarioment'
export const DevProd: Environment = {
id:'3',
apiURL: 'https://gdapi-dev.dyndns.info/api/',
apiURL: 'https://bpmdev.gdapi-dev.dyndns.info/api/',
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
apiPCURL: 'https://gdcmapi-dev.dyndns.info/api/',
+8 -8
View File
@@ -4,10 +4,10 @@ import { Environment } from './../../app/models/envarioment'
export const oaprProd: Environment = {
id: '0',
apiURL: 'https://gd-api.oapr.gov.ao/api/',
apiChatUrl: 'https://gd-chat.oapr.gov.ao/api/v1/',
apiWsChatUrl: 'wss://gd-chat.oapr.gov.ao/websocket',
apiPCURL: 'http://192.168.0.21:9099/api/',
apiURL: 'https://gdqas-api.oapr.gov.ao/api/',
apiChatUrl: 'https://gdqas-chat.oapr.gov.ao/api/v1/',
apiWsChatUrl: 'wss://gdqas-chat.oapr.gov.ao/websocket',
apiPCURL: 'http://gdqas-cmapi.oapr.gov.ao/api/',
logoLabel: 'Presidente da República',
despachoLabel: 'Presidenciais',
despachoLabel2: 'Despachos Presidênciais',
@@ -29,10 +29,10 @@ export const oaprProd: Environment = {
export const oaprDev: Environment = {
id: '0',
apiURL: 'https://gd-api.oapr.gov.ao/api/',
apiChatUrl: 'https://gd-chat.oapr.gov.ao/api/v1/',
apiWsChatUrl: 'wss://gd-chat.oapr.gov.ao/websocket',
apiPCURL: 'http://192.168.0.21:9099/api/',
apiURL: 'https://gdqas-api.oapr.gov.ao/api/',
apiChatUrl: 'https://gdqas-chat.oapr.gov.ao/api/v1/',
apiWsChatUrl: 'wss://gdqas-chat.oapr.gov.ao/websocket',
apiPCURL: 'http://gdqas-cmapi.oapr.gov.ao/api/',
logoLabel: 'Presidente da República',
despachoLabel: 'Presidencial',
despachoLabel2: 'Despachos Presidênciais',