Files
doneit-web/src/environments/environment.ts
T

21 lines
1.0 KiB
TypeScript
Raw Normal View History

2020-08-05 15:39:16 +01:00
export const environment = {
// apiURL: 'https://gabinetedigital.dyndns.info/GabineteDigital.Services/V5/api/',
2022-12-19 14:45:56 +01:00
apiURL: 'https://gd-api.oapr.gov.ao/api/',
2022-12-22 11:01:58 +01:00
//apiURL: 'https://gdapi-dev.dyndns.info/GabineteDigital.Services/V5/api/',
// 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/',
2022-12-17 12:31:34 +01:00
apiWsChatUrl: 'wss://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', */
// apiChatUrl: 'https://www.tabularium.pt/api/v1/',
production: true,
domain: 'gabinetedigital.local',
2022-12-16 17:33:00 +01:00
defaultuser: 'eqformacao@oapr.gov.ao',//paulo.pinto paulo.pinto@gabinetedigital.local
defaultuserpwd: 'M@p2022', //tabteste@006,
2022-09-23 11:23:24 +01:00
chatOffline: true,
presidencia: false,
2022-12-19 14:45:56 +01:00
version: '1.0.1',
2022-12-17 17:46:08 +01:00
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712'
2022-12-19 14:45:56 +01:00
};