2022-12-22 15:24:48 +01:00
|
|
|
import { versionData } from '../../version/git-version'
|
2023-01-18 11:38:21 +01:00
|
|
|
|
2020-08-05 15:39:16 +01:00
|
|
|
export const environment = {
|
2022-08-10 14:24:45 +01:00
|
|
|
// apiURL: 'https://gabinetedigital.dyndns.info/GabineteDigital.Services/V5/api/',
|
2023-01-18 14:20:23 +01:00
|
|
|
apiURL: 'https://API.DONEIT.CO.AO/api/',
|
|
|
|
|
//apiURL: 'https://gd-api.oapr.gov.ao/api/',
|
2023-01-09 14:24:32 +01:00
|
|
|
//apiURL: 'https://gdapi-dev.dyndns.info/GabineteDigital.Services/V5/api/',
|
2022-08-10 14:24:45 +01:00
|
|
|
// apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/V5/api/',
|
2022-12-27 11:01:44 +01:00
|
|
|
//apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
|
|
|
|
|
//apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
|
2023-01-18 14:20:23 +01:00
|
|
|
apiChatUrl: 'https://CHAT.DONEIT.CO.AO/api/v1/',
|
|
|
|
|
apiWsChatUrl: 'wss://CHAT.DONEIT.CO.AO/websocket',
|
|
|
|
|
/* apiChatUrl: 'https://gd-chat.oapr.gov.ao/api/v1/',
|
|
|
|
|
apiWsChatUrl: 'wss://gd-chat.oapr.gov.ao/websocket', */
|
2023-01-09 14:24:32 +01:00
|
|
|
// apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
|
|
|
|
|
// apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
|
2022-03-28 21:47:10 +01:00
|
|
|
production: true,
|
2023-01-19 14:38:10 +01:00
|
|
|
domain: 'equilibrium.co.ao', //equilibrium.ao.ao
|
2023-01-17 11:07:30 +01:00
|
|
|
defaultuser: '',//paulo.pinto@gabinetedigital.local
|
|
|
|
|
defaultuserpwd: '', //tabteste@006,06,
|
2022-09-23 11:23:24 +01:00
|
|
|
chatOffline: true,
|
|
|
|
|
presidencia: false,
|
2022-12-22 15:24:48 +01:00
|
|
|
version: versionData,
|
2022-12-17 17:46:08 +01:00
|
|
|
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712'
|
2022-12-19 19:20:45 +01:00
|
|
|
};
|