Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#652 from catenax-ng/feature/TRI-2…
Browse files Browse the repository at this point in the history
…01-fix-env

feat(impl):[TRI-201] update envs
  • Loading branch information
ds-ext-kmassalski authored Nov 17, 2023
2 parents 1a10e5f + 7b87f32 commit 3a71741
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion local/testing/IRS_BETA_environment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"IRS_HOST": "https://irs.beta.demo.catena-x.net",
"KEYCLOAK_TOKEN_URL": "https://centralidp.beta.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token",
"OAUTH2_TOKEN_URL": "https://centralidp.beta.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token",
"CLIENT_ID": "",
"CLIENT_SECRET": "",
"GLOBAL_ASSET_ID": "urn:uuid:6ce41c0b-c84a-46b0-b4c4-78fce958663f",
Expand Down
2 changes: 1 addition & 1 deletion local/testing/IRS_DEV_environment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"IRS_HOST": "https://irs.dev.demo.catena-x.net",
"KEYCLOAK_TOKEN_URL": "https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token",
"OAUTH2_TOKEN_URL": "https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token",
"CLIENT_ID": "",
"CLIENT_SECRET": "",
"DIGITAL_TWIN_REGISTRY": "https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry",
Expand Down
2 changes: 1 addition & 1 deletion local/testing/IRS_ESS_SPIKE_environment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"IRS_HOST": "https://irs-ess.int.demo.catena-x.net",
"KEYCLOAK_TOKEN_URL": "https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token",
"OAUTH2_TOKEN_URL": "https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token",
"CLIENT_ID": "",
"CLIENT_SECRET": "",
"DIGITAL_TWIN_REGISTRY": "https://irs-aas-registry-ess.int.demo.catena-x.net",
Expand Down
2 changes: 1 addition & 1 deletion local/testing/IRS_INT_environment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"IRS_HOST": "https://irs.int.demo.catena-x.net",
"KEYCLOAK_TOKEN_URL": "https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token",
"OAUTH2_TOKEN_URL": "https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token",
"CLIENT_ID": "",
"CLIENT_SECRET": "",
"DIGITAL_TWIN_REGISTRY": "https://semantics.int.demo.catena-x.net/registry",
Expand Down
2 changes: 1 addition & 1 deletion local/testing/IRS_LOCAL-Helm_environment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"IRS_HOST": "http://localhost:8080",
"KEYCLOAK_TOKEN_URL": "http://localhost:4011/connect/token",
"OAUTH2_TOKEN_URL": "http://localhost:4011/connect/token",
"CLIENT_ID": "",
"CLIENT_SECRET": "",
"DIGITAL_TWIN_REGISTRY": "http://localhost:10200",
Expand Down
2 changes: 1 addition & 1 deletion local/testing/IRS_LOCAL_environment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"IRS_HOST": "http://localhost:8080",
"KEYCLOAK_TOKEN_URL": "https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token",
"OAUTH2_TOKEN_URL": "https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token",
"CLIENT_ID": "",
"CLIENT_SECRET": "",
"GLOBAL_ASSET_ID": "urn:uuid:6ce41c0b-c84a-46b0-b4c4-78fce958663f",
Expand Down
2 changes: 1 addition & 1 deletion local/testing/IRS_PEN_environment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"IRS_HOST": "https://irs-pen.int.demo.catena-x.net",
"KEYCLOAK_TOKEN_URL": "https://centralidp-pen.dev.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token",
"OAUTH2_TOKEN_URL": "https://centralidp-pen.dev.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token",
"CLIENT_ID": "",
"CLIENT_SECRET": "",
"DIGITAL_TWIN_REGISTRY": "https://semantics-pen.dev.demo.catena-x.net/registry",
Expand Down
2 changes: 1 addition & 1 deletion local/testing/IRS_SPIKE_environment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"IRS_HOST": "https://irs-esr.dev.demo.catena-x.net",
"KEYCLOAK_TOKEN_URL": "https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token",
"OAUTH2_TOKEN_URL": "https://centralidp.int.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token",
"CLIENT_ID": "",
"CLIENT_SECRET": "",
"DIGITAL_TWIN_REGISTRY": "https://irs-aas-registry-esr.dev.demo.catena-x.net",
Expand Down

0 comments on commit 3a71741

Please sign in to comment.