Skip to content

Commit

Permalink
[MWPW-162671] update stage02 endpoint (#211)
Browse files Browse the repository at this point in the history
Update esp-controller.js
  • Loading branch information
qiyundai authored Nov 19, 2024
1 parent 0bcb000 commit 24fa299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions events/scripts/esp-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ const API_CONFIG = {
dev: { host: 'https://wcms-events-service-layer-deploy-ethos102-stage-va-9c3ecd.stage.cloud.adobe.io' },
dev02: { host: 'https://wcms-events-service-layer-deploy-ethos102-stage-va-d5dc93.stage.cloud.adobe.io' },
stage: { host: 'https://events-service-layer-stage.adobe.io' },
stage02: { host: 'https://events-service-layer-stage02.adobe.io' },
stage02: { host: 'https://wcms-events-service-layer-deploy-ethos105-stage-or-8f7ce1.stage.cloud.adobe.io' },
prod: { host: 'https://events-service-layer.adobe.io' },
},
esp: {
dev: { host: 'https://wcms-events-service-platform-deploy-ethos102-stage-caff5f.stage.cloud.adobe.io' },
dev02: { host: 'https://wcms-events-service-platform-deploy-ethos102-stage-c81eb6.stage.cloud.adobe.io' },
stage: { host: 'https://events-service-platform-stage-or2.adobe.io' },
stage02: { host: 'https://events-service-platform-stage02.adobe.io' },
stage02: { host: 'https://wcms-events-service-platform-deploy-ethos105-stage-9a5fdc.stage.cloud.adobe.io' },
prod: { host: 'https://events-service-platform.adobe.io' },
},
};
Expand Down

0 comments on commit 24fa299

Please sign in to comment.