Skip to content

Commit

Permalink
Merge pull request #152 from adobecom/dev
Browse files Browse the repository at this point in the history
Dev to Stage
  • Loading branch information
apganapa-adobe authored Aug 7, 2024
2 parents cbee1f7 + 9ac2832 commit 5aaeec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecc/scripts/esp-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ function getAPIConfig() {
local: { host: 'http://localhost:8499' },
dev: { host: 'https://wcms-events-service-layer-deploy-ethos102-stage-va-9c3ecd.stage.cloud.adobe.io' },
stage: { host: 'https://events-service-layer-stage.adobe.io' },
prod: { host: 'https://wcms-events-service-layer-deploy-ethos102-stage-va-9c3ecd.stage.cloud.adobe.io' },
prod: { host: 'https://events-service-layer.adobe.io' },
},
esp: {
local: { host: 'http://localhost:8500' },
dev: { host: 'https://wcms-events-service-platform-deploy-ethos102-stage-caff5f.stage.cloud.adobe.io' },
stage: { host: 'https://events-service-platform-stage.adobe.io' },
prod: { host: 'https://wcms-events-service-platform-deploy-ethos102-stage-caff5f.stage.cloud.adobe.io' },
prod: { host: 'https://events-service-platform.adobe.io' },
},
};
}
Expand Down

0 comments on commit 5aaeec0

Please sign in to comment.