Skip to content

Commit

Permalink
[APPS-10315] Changed mb2 gateways with domains. (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Khudenko authored Oct 30, 2023
1 parent f483aab commit 176d004
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy.aop-b2b-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ image:

#AOP
SPRYKER_TENANT_IDENTIFIER: "AOP_B2B_Testing-DE"
SPRYKER_MESSAGE_BROKER_HTTP_CHANNEL_SENDER_BASE_URL: "https://2j9o4qrhvg.execute-api.eu-central-1.amazonaws.com/dev/"
SPRYKER_MESSAGE_BROKER_HTTP_CHANNEL_RECEIVER_BASE_URL: "https://gikmh9qisc.execute-api.eu-central-1.amazonaws.com/"
SPRYKER_MESSAGE_BROKER_HTTP_CHANNEL_SENDER_BASE_URL: "https://sam-publish.mb-testing.acp.demo-spryker.com/"
SPRYKER_MESSAGE_BROKER_HTTP_CHANNEL_RECEIVER_BASE_URL: "https://sam-consume.mb-testing.acp.demo-spryker.com/"

SPRYKER_AOP_APPLICATION: '{
"APP_DOMAINS": [
Expand Down
4 changes: 2 additions & 2 deletions deploy.aop-demoshop-b2b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ image:

#AOP
SPRYKER_TENANT_IDENTIFIER: "AOP_Demo_B2B-DE"
SPRYKER_MESSAGE_BROKER_HTTP_CHANNEL_SENDER_BASE_URL: "https://05r2n3ar36.execute-api.eu-central-1.amazonaws.com/dev/"
SPRYKER_MESSAGE_BROKER_HTTP_CHANNEL_RECEIVER_BASE_URL: "https://6k10gygt68.execute-api.eu-central-1.amazonaws.com/"
SPRYKER_MESSAGE_BROKER_HTTP_CHANNEL_SENDER_BASE_URL: "https://sam-publish.mb-staging.acp.demo-spryker.com/"
SPRYKER_MESSAGE_BROKER_HTTP_CHANNEL_RECEIVER_BASE_URL: "https://sam-consume.mb-staging.acp.demo-spryker.com/"

SPRYKER_AOP_APPLICATION: '{
"APP_DOMAINS": [
Expand Down

0 comments on commit 176d004

Please sign in to comment.