merge made with feature/gabinete-search branch

This commit is contained in:
Eudes Inácio
2023-07-12 10:30:16 +01:00
1464 changed files with 11496 additions and 187 deletions
+40 -2
View File
@@ -6,7 +6,25 @@ export const DevProd: Environment = {
apiURL: 'https://gdapi-dev.dyndns.info/api/',
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
production: true,
apiPCURL: 'http://192.168.0.21:9099/api/',
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',
storageProduction: true
/* production: true,
domain: 'gabinetedigital.local',
defaultuser: '',
defaultuserpwd: '',
@@ -22,6 +40,7 @@ export const DevProd: Environment = {
PR: 'Titular',
VP: '',
dispatchPR: 'Despachos Titular',
storageProduction: true */
};
@@ -30,7 +49,25 @@ export const DevDev: Environment = {
apiURL: 'https://gdapi-dev.dyndns.info/api/',
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
production: true,
apiPCURL: 'http://192.168.0.21:9099/api/',
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',
storageProduction: false
/* production: true,
domain: 'gabinetedigital.local',
defaultuser: 'paulo.pinto@gabinetedigital.local',
defaultuserpwd: 'tabteste@006',
@@ -46,4 +83,5 @@ export const DevDev: Environment = {
PR: 'Titular',
VP: '',
dispatchPR: 'Despachos Titular',
storageProduction: false, */
};