2022-12-22 15:24:48 +01:00
|
|
|
import { versionData } from '../../version/git-version'
|
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/',
|
2023-01-25 10:21:28 +01:00
|
|
|
apiURL: 'https://gd-api.oapr.gov.ao/api/',
|
|
|
|
|
//apiURL: 'https://API.DONEIT.CO.AO/api/',
|
2023-01-09 17:07:02 +01:00
|
|
|
//apiURL: 'https://gdapi-dev.dyndns.info/GabineteDigital.Services/V5/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',
|
2023-01-25 10:28:55 +01:00
|
|
|
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
|
2023-01-25 10:21:28 +01:00
|
|
|
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
|
|
|
|
|
//apiChatUrl: 'https://CHAT.DONEIT.CO.AO/api/v1/',
|
|
|
|
|
//apiWsChatUrl: 'wss://CHAT.DONEIT.CO.AO/websocket',
|
2023-01-24 15:56:47 +01:00
|
|
|
/* apiChatUrl: 'https://gd-chat.oapr.gov.ao/api/v1/',
|
|
|
|
|
apiWsChatUrl: 'wss://gd-chat.oapr.gov.ao/websocket', */
|
|
|
|
|
production: false,
|
|
|
|
|
domain: 'equilibrium.co.ao',
|
|
|
|
|
defaultuser: 'evandre.dasilva@equilibrium.co.ao',//evandre.dasilva@equilibrium.co.ao
|
|
|
|
|
defaultuserpwd: 'Luand@1219', //Luand@1219,
|
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 14:45:56 +01:00
|
|
|
};
|