2020-08-05 15:39:16 +01:00
|
|
|
export const environment = {
|
2022-12-16 15:38:59 +01:00
|
|
|
// apiURL: 'https://gabinetedigital.dyndns.info/GabineteDigital.Services/V5/api/',
|
2022-12-16 00:33:13 +01:00
|
|
|
apiURL: 'https://gd-api.oapr.gov.ao/api/',
|
2022-12-16 15:38:59 +01:00
|
|
|
// apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/V5/api/',
|
|
|
|
|
// apiChatUrl: 'http://192.168.0.29:3000/api/v1/',
|
|
|
|
|
// apiWsChatUrl: 'wss://192.168.0.29:3000/websocket',
|
2022-12-13 17:21:48 +01:00
|
|
|
apiChatUrl: 'https://gd-chat.oapr.gov.ao/api/v1/',
|
|
|
|
|
apiWsChatUrl: 'ws://gd-chat.oapr.gov.ao/websocket',
|
2022-04-28 16:27:01 +01:00
|
|
|
/* apiChatUrl: 'https://www.tabularium.pt/api/v1/',
|
|
|
|
|
apiWsChatUrl: 'wss://www.tabularium.pt/websocket', */
|
2022-12-16 15:38:59 +01:00
|
|
|
// apiChatUrl: 'https://www.tabularium.pt/api/v1/',
|
|
|
|
|
production: true,
|
|
|
|
|
domain: 'gabinetedigital.local',
|
2021-06-25 15:49:54 +01:00
|
|
|
defaultuser: 'paulo.pinto@gabinetedigital.local',//paulo.pinto paulo.pinto@gabinetedigital.local
|
2021-08-30 10:24:46 +01:00
|
|
|
defaultuserpwd: 'tabteste@006', //tabteste@006,
|
2022-09-23 11:23:24 +01:00
|
|
|
chatOffline: true,
|
|
|
|
|
presidencia: false,
|
2020-08-05 15:39:16 +01:00
|
|
|
};
|