Skip to content

Commit

Permalink
Sync main from stage for final stage rebase (adobecom#218)
Browse files Browse the repository at this point in the history
Sync main from stage for final stage rebase
Merging following PRs -
adobecom#211
adobecom#212
  • Loading branch information
aishwaryamathuria authored Mar 7, 2024
1 parent 144f8fe commit 7be25a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const SERVICE_PROVIDERS = 'PROMO_TERMS';

function getEnv(env) {
if (env) return env;
if (window.location.origin.hostname === 'www.adobe.com') return 'production';
if (window.location.hostname === 'www.adobe.com') return 'production';
return 'stage';
}

Expand Down
2 changes: 1 addition & 1 deletion creativecloud/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const CONFIG = {
stage: {
marTechUrl: 'https://assets.adobedtm.com/d4d114c60e50/a0e989131fd5/launch-2c94beadc94f-development.min.js',
edgeConfigId: '8d2805dd-85bf-4748-82eb-f99fdad117a6',
pdfViewerClientId: '8d2de6a43c194397933c3d41f6dadef5',
pdfViewerClientId: '9f7f19a46bd542e2b8548411e51eb4d4',
pdfViewerReportSuite: 'adbadobenonacdcqa',
},
live: {
Expand Down

0 comments on commit 7be25a8

Please sign in to comment.