2023-04-17 11:42:46 +01:00
|
|
|
import { versionData } from '../../../version/git-version'
|
|
|
|
|
import { Environment } from './../../app/models/envarioment'
|
|
|
|
|
|
|
|
|
|
export const DevProd: Environment = {
|
2023-04-17 14:11:30 +01:00
|
|
|
id:'3',
|
2023-10-20 17:05:39 +01:00
|
|
|
apiURL: 'https://gdapi-dev.dyndns.info/api/',
|
2023-04-18 09:02:51 +01:00
|
|
|
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
|
|
|
|
|
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
|
2023-07-12 15:15:56 +01:00
|
|
|
apiPCURL: 'https://gdcmapi-dev.dyndns.info/api/',
|
2023-07-12 10:30:16 +01:00
|
|
|
logoLabel: 'Presidente da República',
|
|
|
|
|
despachoLabel: 'Presidenciais',
|
|
|
|
|
despachoLabel2: 'Despachos Presidênciais',
|
|
|
|
|
production: false,
|
|
|
|
|
domain: 'gabinetedigital.local',
|
|
|
|
|
defaultuser: 'paulo.pinto@gabinetedigital.local',
|
|
|
|
|
defaultuserpwd: 'tabteste@006',
|
|
|
|
|
chatOffline: true,
|
|
|
|
|
presidential: true,
|
|
|
|
|
version: versionData,
|
|
|
|
|
agendaPR: 'Agenda do PR',
|
|
|
|
|
agendaVP: 'Agenda do MD',
|
|
|
|
|
PR: 'PR',
|
|
|
|
|
VP: '',
|
|
|
|
|
dispatchPR: 'Despachos Presidênciais',
|
|
|
|
|
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712',
|
2023-10-20 17:05:39 +01:00
|
|
|
storageProduction: true,
|
|
|
|
|
rejectUnauthorized: "true"
|
2023-07-12 10:30:16 +01:00
|
|
|
/* production: true,
|
2023-04-17 11:42:46 +01:00
|
|
|
domain: 'gabinetedigital.local',
|
|
|
|
|
defaultuser: '',
|
|
|
|
|
defaultuserpwd: '',
|
|
|
|
|
chatOffline: true,
|
|
|
|
|
presidential: false,
|
|
|
|
|
version: versionData,
|
|
|
|
|
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712',
|
|
|
|
|
logoLabel: 'doneIT',
|
|
|
|
|
despachoLabel: 'do Titular',
|
|
|
|
|
despachoLabel2: 'Despachos do Titular',
|
|
|
|
|
agendaPR: 'Agenda do Titular',
|
|
|
|
|
agendaVP: 'Agenda do (MD)',
|
|
|
|
|
PR: 'Titular',
|
|
|
|
|
VP: '',
|
|
|
|
|
dispatchPR: 'Despachos Titular',
|
2023-07-12 10:30:16 +01:00
|
|
|
storageProduction: true */
|
2023-04-17 11:42:46 +01:00
|
|
|
};
|
|
|
|
|
|
2023-06-07 14:43:14 +01:00
|
|
|
|
2023-04-17 11:42:46 +01:00
|
|
|
export const DevDev: Environment = {
|
2023-04-17 14:11:30 +01:00
|
|
|
id:'3',
|
2023-06-07 14:43:14 +01:00
|
|
|
apiURL: 'https://gdapi-dev.dyndns.info/api/',
|
2023-04-18 09:02:51 +01:00
|
|
|
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
|
|
|
|
|
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
|
2023-07-12 15:15:56 +01:00
|
|
|
apiPCURL: 'https://gdcmapi-dev.dyndns.info/api/',
|
2023-07-12 10:30:16 +01:00
|
|
|
logoLabel: 'Presidente da República',
|
|
|
|
|
despachoLabel: 'Presidenciais',
|
|
|
|
|
despachoLabel2: 'Despachos Presidênciais',
|
|
|
|
|
production: false,
|
|
|
|
|
domain: 'gabinetedigital.local',
|
|
|
|
|
defaultuser: 'paulo.pinto@gabinetedigital.local',
|
|
|
|
|
defaultuserpwd: 'tabteste@006',
|
|
|
|
|
chatOffline: true,
|
|
|
|
|
presidential: true,
|
|
|
|
|
version: versionData,
|
|
|
|
|
agendaPR: 'Agenda do PR',
|
|
|
|
|
agendaVP: 'Agenda do MD',
|
|
|
|
|
PR: 'PR',
|
|
|
|
|
VP: '',
|
|
|
|
|
dispatchPR: 'Despachos Presidênciais',
|
|
|
|
|
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712',
|
2023-10-20 17:05:39 +01:00
|
|
|
storageProduction: false,
|
|
|
|
|
rejectUnauthorized: "true"
|
2023-07-12 10:30:16 +01:00
|
|
|
/* production: true,
|
2023-04-17 11:42:46 +01:00
|
|
|
domain: 'gabinetedigital.local',
|
|
|
|
|
defaultuser: 'paulo.pinto@gabinetedigital.local',
|
|
|
|
|
defaultuserpwd: 'tabteste@006',
|
|
|
|
|
chatOffline: true,
|
|
|
|
|
presidential: false,
|
|
|
|
|
version: versionData,
|
|
|
|
|
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712',
|
|
|
|
|
logoLabel: 'doneIT',
|
|
|
|
|
despachoLabel: 'do Titular',
|
|
|
|
|
despachoLabel2: 'Despachos do Titular',
|
|
|
|
|
agendaPR: 'Agenda do Titular',
|
|
|
|
|
agendaVP: 'Agenda do (MD)',
|
|
|
|
|
PR: 'Titular',
|
|
|
|
|
VP: '',
|
|
|
|
|
dispatchPR: 'Despachos Titular',
|
2023-07-12 10:30:16 +01:00
|
|
|
storageProduction: false, */
|
2023-04-17 11:42:46 +01:00
|
|
|
};
|