Skip to content

Commit

Permalink
Enviroment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
James-jamames committed Dec 5, 2023
1 parent f9892f0 commit bbd6303
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/client/src/environments/environment.homolog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const environment = {
OWS_O4: "https://o8.lapig.iesa.ufg.br/ows",
APP_URL: 'https://atlasdev.lapig.iesa.ufg.br',
LAPIG_JOBS: 'https://jobs.lapig.iesa.ufg.br',
LAPIG_CONTENT_HUB: 'https://content-hub.lapig.iesa.ufg.br',
LAPIG_DOWNLOAD_API: 'https://download.lapig.iesa.ufg.br',
MAX_AREA: 9500,
COMMIT_ID:commitId
Expand Down
1 change: 1 addition & 0 deletions src/client/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const environment = {
OWS_O4: "https://o4.lapig.iesa.ufg.br/ows",
APP_URL: 'https://atlas-homolog.lapig.iesa.ufg.br',
LAPIG_JOBS: 'https://jobs.lapig.iesa.ufg.br',
LAPIG_CONTENT_HUB: 'https://content-hub.lapig.iesa.ufg.br',
LAPIG_DOWNLOAD_API: 'https://download.lapig.iesa.ufg.br',
MAX_AREA: 9500,
COMMIT_ID:commitId
Expand Down
2 changes: 0 additions & 2 deletions src/client/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ try{
console.log('Not version')
}



export const environment = {
APP_NAME: 'Atlas das Pastagens',
production: false,
Expand Down

0 comments on commit bbd6303

Please sign in to comment.