add document management store

This commit is contained in:
Peter Maquiran
2023-07-06 13:01:51 +01:00
1343 changed files with 5381 additions and 387 deletions
+2
View File
@@ -6,6 +6,7 @@ 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',
apiPCURL: 'http://192.168.0.21:9099/api/',
production: true,
domain: 'gabinetedigital.local',
defaultuser: '',
@@ -30,6 +31,7 @@ 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',
apiPCURL: 'http://192.168.0.21:9099/api/',
production: true,
domain: 'gabinetedigital.local',
defaultuser: 'paulo.pinto@gabinetedigital.local',
+2
View File
@@ -6,6 +6,7 @@ export const doneITProd: Environment = {
apiURL: 'https://API.DONEIT.CO.AO/api/',
apiChatUrl: 'https://CHAT.DONEIT.CO.AO/api/v1/',
apiWsChatUrl: 'wss://CHAT.DONEIT.CO.AO/websocket',
apiPCURL: 'http://192.168.0.21:9099/api/',
production: true,
domain: 'equilibrium.co.ao',
defaultuser: '',
@@ -29,6 +30,7 @@ export const doneITDev: Environment = {
apiURL: 'https://API.DONEIT.CO.AO/api/',
apiChatUrl: 'https://CHAT.DONEIT.CO.AO/api/v1/',
apiWsChatUrl: 'wss://CHAT.DONEIT.CO.AO/websocket',
apiPCURL: 'http://192.168.0.21:9099/api/',
production: true,
domain: 'equilibrium.co.ao',
defaultuser: 'peter.maquiran@equilibrium.co.ao',
+5 -3
View File
@@ -7,8 +7,9 @@ export const oaprProd: Environment = {
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',
apiPCURL: 'http://192.168.0.21:9099/api/',
logoLabel: 'Presidente da República',
despachoLabel: 'Presidencial',
despachoLabel: 'Presidenciais',
despachoLabel2: 'Despachos Presidênciais',
production: false,
domain: 'oapr.gov.ao',
@@ -30,13 +31,14 @@ export const oaprDev: Environment = {
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',
apiPCURL: 'http://192.168.0.21:9099/api/',
logoLabel: 'Presidente da República',
despachoLabel: 'Presidencial',
despachoLabel2: 'Despachos Presidênciais',
production: false,
domain: 'oapr.gov.ao',
defaultuser: 'gmanuel@oapr.gov.ao',
defaultuserpwd: 'M@p#2023',
defaultuser: '',
defaultuserpwd: '',
chatOffline: true,
presidential: true,
version: versionData,