Skip to content

Commit

Permalink
Release (#10)
Browse files Browse the repository at this point in the history
* Add helm charts

* Rename to identity portal

* Add portal components

* Fix ci

* Fix ci

* Update configs

* Update keycloak realm

* Revert realm to master
  • Loading branch information
daniel-pimenta-DME authored Oct 25, 2023
1 parent 4702fe3 commit d823fad
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',
realm: 'demo',
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',
realm: 'demo',
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',
realm: 'demo',
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',
realm: 'demo',
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',
realm: 'demo',
realm: 'master',
clientId: 'eoepca-portal'
},
api: 'http://localhost:5566',
Expand Down

0 comments on commit d823fad

Please sign in to comment.