envirenment changed

This commit is contained in:
Eudes Inácio
2023-02-23 11:11:29 +01:00
parent 880a5e16fc
commit 9675638961
2 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;
+7 -7
View File
@@ -1,12 +1,12 @@
export let versionData = {
"shortSHA": "60c9246d3",
"SHA": "60c9246d3dd34f07439a95c552a4202dfc17a260",
"shortSHA": "880a5e16f",
"SHA": "880a5e16fcc472f610fcd319d958f2d411e5f3fd",
"branch": "no_bug_movemente",
"lastCommitAuthor": "'Eudes Inácio'",
"lastCommitTime": "'Fri Feb 17 16:54:30 2023 +0100'",
"lastCommitMessage": "Pull made",
"lastCommitNumber": "4812",
"change": "diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts\nindex 53f31b337..38a854fa6 100644\n--- a/src/environments/environment.prod.ts\n+++ b/src/environments/environment.prod.ts\n@@ -3,4 +3,4 @@ import { oaprProd } from './suport/oapr'\n import { doneITProd } from './suport/doneIt'\n \n \n-export const environment: Environment = oaprProd;\n\\ No newline at end of file\n+export const environment: Environment = doneITProd;\n\\ No newline at end of file",
"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/app/shared/agenda/event-list/event-list.page.ts\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\tmodified: android/app/src/main/AndroidManifest.xml\n\tmodified: src/environments/environment.prod.ts\n\nUntracked files:\n (use \"git add <file>...\" to include in what will be committed)\n\twww.rar",
"lastCommitTime": "'Wed Feb 22 13:06:46 2023 +0100'",
"lastCommitMessage": "alert removed",
"lastCommitNumber": "4813",
"change": "",
"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",
"changeAuthor": "eudes.inacio"
}