Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pimenta-DME authored Oct 25, 2023
2 parents 63042eb + 4702fe3 commit 60b97e9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment.demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const environment = {
demo: true,
identity: {
url: 'https://identity.keycloak.demo.eoepca.org',
keycrealm: 'master',
realm: 'master',
clientId: 'eoepca-portal'
},
api: 'https://identity.api.demo.eoepca.org',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.develop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const environment = {
demo: false,
identity: {
url: 'https://identity.keycloak.develop.eoepca.org',
keycrealm: 'master',
realm: 'master',
clientId: 'eoepca-portal'
},
api: 'https://identity.api.develop.eoepca.org',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const environment = {
demo: false,
identity: {
url: 'https://identity.keycloak.eoepca.org',
keycrealm: 'master',
realm: 'master',
clientId: 'eoepca-portal'
},
api: 'https://identity.api.eoepca.org',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.staging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const environment = {
demo: false,
identity: {
url: 'https://identity.keycloak.staging.eoepca.org',
keycrealm: 'master',
realm: 'master',
clientId: 'eoepca-portal'
},
api: 'https://identity.api.staging.eoepca.org',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const environment = {
demo: false,
identity: {
url: 'https://identity.keycloak.develop.eoepca.org',
keycrealm: 'master',
realm: 'master',
clientId: 'eoepca-portal'
},
api: 'http://localhost:5566',
Expand Down

0 comments on commit 60b97e9

Please sign in to comment.