2023-01-25 15:06:19 +01:00
|
|
|
import { versionData } from '../../../version/git-version'
|
|
|
|
|
import { Environment } from './../../app/models/envarioment'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const oaprProd: Environment = {
|
|
|
|
|
id: '0',
|
|
|
|
|
apiURL: 'https://gd-api.oapr.gov.ao/api/',
|
|
|
|
|
apiChatUrl: 'https://gd-chat.oapr.gov.ao/api/v1/',
|
|
|
|
|
apiWsChatUrl: 'wss://gd-chat.oapr.gov.ao/websocket',
|
|
|
|
|
logoLabel: 'Presidente da República',
|
2023-03-20 08:58:45 +01:00
|
|
|
despachoLabel: 'Presidencial',
|
2023-02-03 14:40:09 +01:00
|
|
|
despachoLabel2: 'Despachos Presidenciais',
|
2023-01-25 15:06:19 +01:00
|
|
|
production: false,
|
|
|
|
|
domain: 'oapr.gov.ao',
|
|
|
|
|
defaultuser: '',
|
|
|
|
|
defaultuserpwd: '',
|
|
|
|
|
chatOffline: true,
|
|
|
|
|
presidencial: true,
|
|
|
|
|
version: versionData,
|
2023-03-22 15:31:01 +01:00
|
|
|
agendaPR: 'Agenda do PR',
|
|
|
|
|
agendaVP: 'Agenda do MD',
|
|
|
|
|
PR: 'PR',
|
|
|
|
|
VP: '',
|
|
|
|
|
dispatchPR: 'Despachos Presidenciais',
|
2023-01-25 15:06:19 +01:00
|
|
|
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712'
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export const oaprDev: Environment = {
|
|
|
|
|
id: '0',
|
|
|
|
|
apiURL: 'https://gd-api.oapr.gov.ao/api/',
|
|
|
|
|
apiChatUrl: 'https://gd-chat.oapr.gov.ao/api/v1/',
|
|
|
|
|
apiWsChatUrl: 'wss://gd-chat.oapr.gov.ao/websocket',
|
|
|
|
|
logoLabel: 'Presidente da República',
|
2023-03-20 08:58:45 +01:00
|
|
|
despachoLabel: 'Presidencial',
|
2023-02-03 14:40:09 +01:00
|
|
|
despachoLabel2: 'Despachos Presidenciais',
|
2023-01-25 15:06:19 +01:00
|
|
|
production: false,
|
|
|
|
|
domain: 'oapr.gov.ao',
|
|
|
|
|
defaultuser: 'gmanuel@oapr.gov.ao',
|
2023-01-30 14:04:57 +01:00
|
|
|
defaultuserpwd: 'M@p#2023',
|
2023-01-25 15:06:19 +01:00
|
|
|
chatOffline: true,
|
|
|
|
|
presidencial: true,
|
|
|
|
|
version: versionData,
|
2023-03-22 15:31:01 +01:00
|
|
|
agendaPR: 'Agenda do PR',
|
|
|
|
|
agendaVP: 'Agenda do MD',
|
|
|
|
|
PR: 'PR',
|
|
|
|
|
VP: '',
|
|
|
|
|
dispatchPR: 'Despachos Presidenciais',
|
2023-01-25 15:06:19 +01:00
|
|
|
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712',
|
|
|
|
|
};
|