mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
fix
This commit is contained in:
@@ -82,3 +82,4 @@ _node_modules/
|
|||||||
migrat/
|
migrat/
|
||||||
|
|
||||||
cypress/videos
|
cypress/videos
|
||||||
|
*.rar
|
||||||
+3
-1
@@ -17,7 +17,9 @@
|
|||||||
"ionic-build": "ionic cap run android --prod",
|
"ionic-build": "ionic cap run android --prod",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"cypress:open": "cypress open",
|
"cypress:open": "cypress open",
|
||||||
"cypress:run": "cypress run"
|
"cypress:run": "cypress run",
|
||||||
|
"docker:build": "docker build -t gabinetedigital:0.0.0.1 .",
|
||||||
|
"docker:publish": "docker run -p gabinetedigital:0.0.0.1"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import { Environment } from './../../app/models/envarioment'
|
|||||||
|
|
||||||
export const DevProd: Environment = {
|
export const DevProd: Environment = {
|
||||||
id:'3',
|
id:'3',
|
||||||
apiURL: 'https://gdapi-dev.dyndns.info/GabineteDigital.Services/V5/api/',
|
apiURL: 'https://gdapi-dev.dyndns.info/api/',
|
||||||
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
|
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
|
||||||
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
|
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
|
||||||
production: true,
|
production: true,
|
||||||
@@ -24,9 +24,10 @@ export const DevProd: Environment = {
|
|||||||
dispatchPR: 'Despachos Titular',
|
dispatchPR: 'Despachos Titular',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
export const DevDev: Environment = {
|
export const DevDev: Environment = {
|
||||||
id:'3',
|
id:'3',
|
||||||
apiURL: 'https://gdapi-dev.dyndns.info/GabineteDigital.Services/V5/api/',
|
apiURL: 'https://gdapi-dev.dyndns.info/api/',
|
||||||
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
|
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
|
||||||
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
|
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
|
||||||
production: true,
|
production: true,
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ export const doneITProd: Environment = {
|
|||||||
VP: '',
|
VP: '',
|
||||||
dispatchPR: 'Despachos Titular',
|
dispatchPR: 'Despachos Titular',
|
||||||
};
|
};
|
||||||
|
|
||||||
export const doneITDev: Environment = {
|
export const doneITDev: Environment = {
|
||||||
id:'1',
|
id:'1',
|
||||||
apiURL: 'https://API.DONEIT.CO.AO/api/',
|
apiURL: 'https://API.DONEIT.CO.AO/api/',
|
||||||
@@ -30,8 +31,8 @@ export const doneITDev: Environment = {
|
|||||||
apiWsChatUrl: 'wss://CHAT.DONEIT.CO.AO/websocket',
|
apiWsChatUrl: 'wss://CHAT.DONEIT.CO.AO/websocket',
|
||||||
production: true,
|
production: true,
|
||||||
domain: 'equilibrium.co.ao',
|
domain: 'equilibrium.co.ao',
|
||||||
defaultuser: 'evandre.dasilva@equilibrium.co.ao',
|
defaultuser: 'peter.maquiran@equilibrium.co.ao',
|
||||||
defaultuserpwd: 'Luand@1114',
|
defaultuserpwd: 'codcodccx',
|
||||||
chatOffline: true,
|
chatOffline: true,
|
||||||
presidential: false,
|
presidential: false,
|
||||||
version: versionData,
|
version: versionData,
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "80392ddb4",
|
"shortSHA": "588745c05",
|
||||||
"SHA": "80392ddb4f103e315b2730b26676418879ccd463",
|
"SHA": "588745c055073c227b8a6830f077133b57f5b09a",
|
||||||
"branch": "feature/gabinete-search",
|
"branch": "feature/gabinete-search",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Mon Jun 5 11:11:24 2023 +0100'",
|
"lastCommitTime": "'Mon Jun 5 15:44:51 2023 +0100'",
|
||||||
"lastCommitMessage": "fix",
|
"lastCommitMessage": "fix",
|
||||||
"lastCommitNumber": "4951",
|
"lastCommitNumber": "4952",
|
||||||
"change": "",
|
"change": "",
|
||||||
"changeStatus": "On branch feature/gabinete-search\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: .gitignore\n\tnew file: cypress.config.js\n\tnew file: cypress/.gitignore\n\tnew file: cypress/fixtures/example.json\n\tnew file: cypress/support/commands.js\n\tnew file: cypress/support/e2e.js\n\tmodified: jest.config.js\n\tmodified: package-lock.json\n\tmodified: package.json\n\tmodified: src/app/services/toast.service.ts",
|
"changeStatus": "On branch feature/gabinete-search\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: .gitignore\n\tmodified: package.json\n\tmodified: src/environments/suport/dev.ts\n\tmodified: src/environments/suport/doneIt.ts",
|
||||||
"changeAuthor": "peter.maquiran"
|
"changeAuthor": "peter.maquiran"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user