envirement changed

This commit is contained in:
Eudes Inácio
2023-12-08 09:57:38 +01:00
parent 547f1cf2c0
commit e56192ffa4
3 changed files with 11 additions and 3 deletions
+4 -2
View File
@@ -3,10 +3,12 @@ import { Environment } from './../../app/models/envarioment'
export const DevProd: Environment = { export const DevProd: Environment = {
id:'3', id:'3',
apiURL: 'https://gdapi-dev.dyndns.info/jwt/api/', apiURL: 'http://gpr-dev-01:83/jwt/api/',
/* apiURL: 'https://gdapi-dev-0.dyndns.info/jwt/api/', */
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/', apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket', apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
apiPCURL: 'https://gdcmapi-dev.dyndns.info/api/', apiPCURL: 'http://gpr-dev-01:86/api/',
/* apiPCURL: 'https://gdcmapi-dev.dyndns.info/api/', */
logoLabel: 'Presidente da República', logoLabel: 'Presidente da República',
despachoLabel: 'Presidenciais', despachoLabel: 'Presidenciais',
despachoLabel2: 'Despachos Presidênciais', despachoLabel2: 'Despachos Presidênciais',
+6
View File
@@ -4,9 +4,12 @@ import { Environment } from './../../app/models/envarioment'
export const oaprProd: Environment = { export const oaprProd: Environment = {
id: '0', id: '0',
/* apiURL: 'http://gpr-dev-01:83/jwt/api/', */
apiURL: 'https://gdqas-api.oapr.gov.ao/api/', apiURL: 'https://gdqas-api.oapr.gov.ao/api/',
/* apiChatUrl: 'http://192.168.0.29:3000/api/v1/', */
apiChatUrl: 'https://gdqas-chat.oapr.gov.ao/api/v1/', apiChatUrl: 'https://gdqas-chat.oapr.gov.ao/api/v1/',
apiWsChatUrl: 'wss://gdqas-chat.oapr.gov.ao/websocket', apiWsChatUrl: 'wss://gdqas-chat.oapr.gov.ao/websocket',
/* apiPCURL: 'http://gpr-dev-01:86/api/', */
apiPCURL: 'https://gdqas-cmapi.oapr.gov.ao/api/', apiPCURL: 'https://gdqas-cmapi.oapr.gov.ao/api/',
logoLabel: 'Presidente da República', logoLabel: 'Presidente da República',
despachoLabel: 'Presidenciais', despachoLabel: 'Presidenciais',
@@ -30,9 +33,12 @@ export const oaprProd: Environment = {
export const oaprDev: Environment = { export const oaprDev: Environment = {
id: '0', id: '0',
/* apiURL: 'http://gpr-dev-01:83/jwt/api/', */
apiURL: 'https://gdqas-api.oapr.gov.ao/api/', apiURL: 'https://gdqas-api.oapr.gov.ao/api/',
/* apiChatUrl: 'http://192.168.0.29:3000/api/v1/', */
apiChatUrl: 'https://gdqas-chat.oapr.gov.ao/api/v1/', apiChatUrl: 'https://gdqas-chat.oapr.gov.ao/api/v1/',
apiWsChatUrl: 'wss://gdqas-chat.oapr.gov.ao/websocket', apiWsChatUrl: 'wss://gdqas-chat.oapr.gov.ao/websocket',
/* apiPCURL: 'http://gpr-dev-01:86/api/', */
apiPCURL: 'https://gdqas-cmapi.oapr.gov.ao/api/', apiPCURL: 'https://gdqas-cmapi.oapr.gov.ao/api/',
logoLabel: 'Presidente da República', logoLabel: 'Presidente da República',
despachoLabel: 'Presidencial', despachoLabel: 'Presidencial',
File diff suppressed because one or more lines are too long