This commit is contained in:
Peter Maquiran
2023-06-07 14:43:14 +01:00
parent 588745c055
commit 8ed3ca58ea
5 changed files with 16 additions and 11 deletions
+2 -1
View File
@@ -81,4 +81,5 @@ src/plugin/src/
_node_modules/
migrat/
cypress/videos
cypress/videos
*.rar
+3 -1
View File
@@ -17,7 +17,9 @@
"ionic-build": "ionic cap run android --prod",
"prepare": "husky install",
"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,
"dependencies": {
+3 -2
View File
@@ -3,7 +3,7 @@ import { Environment } from './../../app/models/envarioment'
export const DevProd: Environment = {
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/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
production: true,
@@ -24,9 +24,10 @@ export const DevProd: Environment = {
dispatchPR: 'Despachos Titular',
};
export const DevDev: Environment = {
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/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
production: true,
+3 -2
View File
@@ -23,6 +23,7 @@ export const doneITProd: Environment = {
VP: '',
dispatchPR: 'Despachos Titular',
};
export const doneITDev: Environment = {
id:'1',
apiURL: 'https://API.DONEIT.CO.AO/api/',
@@ -30,8 +31,8 @@ export const doneITDev: Environment = {
apiWsChatUrl: 'wss://CHAT.DONEIT.CO.AO/websocket',
production: true,
domain: 'equilibrium.co.ao',
defaultuser: 'evandre.dasilva@equilibrium.co.ao',
defaultuserpwd: 'Luand@1114',
defaultuser: 'peter.maquiran@equilibrium.co.ao',
defaultuserpwd: 'codcodccx',
chatOffline: true,
presidential: false,
version: versionData,
+5 -5
View File
@@ -1,12 +1,12 @@
export let versionData = {
"shortSHA": "80392ddb4",
"SHA": "80392ddb4f103e315b2730b26676418879ccd463",
"shortSHA": "588745c05",
"SHA": "588745c055073c227b8a6830f077133b57f5b09a",
"branch": "feature/gabinete-search",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Mon Jun 5 11:11:24 2023 +0100'",
"lastCommitTime": "'Mon Jun 5 15:44:51 2023 +0100'",
"lastCommitMessage": "fix",
"lastCommitNumber": "4951",
"lastCommitNumber": "4952",
"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"
}