Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai committed Oct 21, 2024
1 parent 9c3a8a8 commit 3953e9d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ecc/scripts/esp-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ import { getECCEnv } from './utils.js';

const API_CONFIG = {
esl: {
dev: { host: 'https://wcms-events-service-layer-deploy-ethos102-stage-va-9c3ecd.stage.cloud.adobe.io' },
devO2: { 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' },
prod: { host: 'https://events-service-layer.adobe.io' },
dev: { host: 'https://wcms-events-service-layer-deploy-ethos102-stage-va-9c3ecd.stage.cloud.adobe.io' },
devO2: { 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' },
prod: { host: 'https://events-service-layer.adobe.io' },
},
esp: {
dev: { host: 'https://wcms-events-service-platform-deploy-ethos102-stage-caff5f.stage.cloud.adobe.io' },
devO2: { host: 'https://wcms-events-service-platform-deploy-ethos102-stage-c81eb6.stage.cloud.adobe.io' },
stage: { host: 'https://events-service-platform-stage.adobe.io' },
stage02: { host: 'https://events-service-platform-stage02.adobe.io' },
prod: { host: 'https://events-service-platform.adobe.io' },
dev: { host: 'https://wcms-events-service-platform-deploy-ethos102-stage-caff5f.stage.cloud.adobe.io' },
devO2: { host: 'https://wcms-events-service-platform-deploy-ethos102-stage-c81eb6.stage.cloud.adobe.io' },
stage: { host: 'https://events-service-platform-stage.adobe.io' },
stage02: { host: 'https://events-service-platform-stage02.adobe.io' },
prod: { host: 'https://events-service-platform.adobe.io' },
},
};

Expand Down

0 comments on commit 3953e9d

Please sign in to comment.