mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
envirement changed
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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
Reference in New Issue
Block a user