envirement

This commit is contained in:
Eudes Inácio
2023-02-06 18:05:48 +01:00
parent 2d0f23749c
commit 19e4778ea5
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ import { oaprProd } from './suport/oapr'
import { doneITProd } from './suport/doneIt'
export const environment: Environment = doneITProd;
export const environment: Environment = oaprProd;
+1 -1
View File
@@ -3,4 +3,4 @@ import { oaprDev } from './suport/oapr'
import { doneITDev } from './suport/doneIt'
export const environment: Environment = doneITDev;
export const environment: Environment = oaprDev;
+7 -7
View File
@@ -1,12 +1,12 @@
export let versionData = {
"shortSHA": "3fd2803a3",
"SHA": "3fd2803a3b3d92fdbcf66863b580d74e6e284b69",
"shortSHA": "2d0f23749",
"SHA": "2d0f23749c63c3599eb3bed52d82f44746588edb",
"branch": "no_bug_movemente",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Mon Feb 6 17:54:06 2023 +0100'",
"lastCommitMessage": "time",
"lastCommitNumber": "4741",
"lastCommitTime": "'Mon Feb 6 17:58:02 2023 +0100'",
"lastCommitMessage": "fix merge",
"lastCommitNumber": "4744",
"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/pages/gabinete-digital/pedidos/pedido/pedido.page.html\n\tmodified: src/app/pages/gabinete-digital/pedidos/pedido/pedido.page.ts\n\tmodified: src/app/shared/agenda/new-event/new-event.page.ts\n\tmodified: src/app/shared/popover/request-options/request-options.page.html\n\tmodified: src/app/shared/popover/request-options/request-options.page.ts",
"changeAuthor": "peter.maquiran"
"changeStatus": "On branch no_bug_movemente\nYour branch is up to date with 'origin/no_bug_movemente'.\n\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": "eudes.inacio"
}