This commit is contained in:
Peter Maquiran
2023-03-16 11:03:21 +01:00
parent 4fe1ca8e12
commit 3dfa4c1074
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ import { oaprProd } from './suport/oapr'
import { doneITProd } from './suport/doneIt'
export const environment: Environment = oaprProd;
export const environment: Environment = doneITProd;
+1 -1
View File
@@ -3,4 +3,4 @@ import { oaprDev } from './suport/oapr'
import { doneITDev } from './suport/doneIt'
export const environment: Environment = oaprDev
export const environment: Environment = doneITDev
+6 -6
View File
@@ -1,12 +1,12 @@
export let versionData = {
"shortSHA": "49d36e252",
"SHA": "49d36e25283cf893fc21c4f7e4b7f4bc28ff8494",
"shortSHA": "4fe1ca8e1",
"SHA": "4fe1ca8e1216f9b24c930341fabca4fe63dd864a",
"branch": "no_bug_movemente",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Thu Mar 16 10:45:05 2023 +0100'",
"lastCommitMessage": "upload chat file",
"lastCommitNumber": "4871",
"lastCommitTime": "'Thu Mar 16 10:46:14 2023 +0100'",
"lastCommitMessage": "merge",
"lastCommitNumber": "4877",
"change": "",
"changeStatus": "On branch no_bug_movemente\nAll conflicts fixed but you are still merging.\n (use \"git commit\" to conclude merge)\n\nChanges to be committed:\n\tmodified: src/app/modals/create-process/create-process.page.html\n\tmodified: src/app/modals/document-set-up-meeting/document-set-up-meeting.page.html\n\tmodified: src/app/pages/gabinete-digital/diplomas/diploma/diploma.page.html\n\tmodified: src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.html\n\tmodified: src/app/pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.page.html\n\tmodified: src/app/services/http-error-handle.service.ts\n\tmodified: src/app/shared/agenda/approve-event/approve-event.page.ts\n\tmodified: src/app/shared/popover/deploma-options/deploma-options.page.html\n\tmodified: src/environments/environment.prod.ts\n\tmodified: src/environments/environment.ts\n\tmodified: version/git-version.ts",
"changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/environments/environment.prod.ts\n\tmodified: src/environments/environment.ts",
"changeAuthor": "peter.maquiran"
}