Skip to content

Commit

Permalink
Merge pull request #891 from adobecom/2446
Browse files Browse the repository at this point in the history
DC MILO Release 0.2446
  • Loading branch information
TsayAdobe authored Nov 12, 2024
2 parents aabc1b3 + 28a5010 commit ebfee1a
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions acrobat/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,36 @@ const CONFIG = {
// geoRouting: 'on',
prodDomains: ['www.adobe.com', 'business.adobe.com', 'helpx.adobe.com'],
stageDomainsMap: {
'www.stage.adobe.com': { 'www.adobe.com': 'origin' },
'--dc--adobecom.hlx.live': { 'www.adobe.com': 'origin' },
'--dc--adobecom.hlx.page': { 'www.adobe.com': 'origin' },
'--dc--adobecom.hlx.page': {
'www.adobe.com': 'www.stage.adobe.com',
'business.adobe.com': 'business.adobe.com',
'blog.adobe.com': 'blog.adobe.com',
'developer.adobe.com': 'developer.adobe.com',
'firefly.adobe.com': 'firefly.adobe.com',
'helpx.adobe.com': 'helpx.adobe.com',
'milo.adobe.com': 'milo.adobe.com',
'news.adobe.com': 'news.adobe.com',
},
'--dc--adobecom.hlx.live': {
'www.adobe.com': 'www.adobe.com',
'business.adobe.com': 'business.adobe.com',
'blog.adobe.com': 'blog.adobe.com',
'developer.adobe.com': 'developer.adobe.com',
'firefly.adobe.com': 'firefly.adobe.com',
'helpx.adobe.com': 'helpx.adobe.com',
'milo.adobe.com': 'milo.adobe.com',
'news.adobe.com': 'news.adobe.com',
},
'www.stage.adobe.com': {
'www.adobe.com': 'origin',
'business.adobe.com': 'business.stage.adobe.com',
'blog.adobe.com': 'blog.stage.adobe.com',
'developer.adobe.com': 'developer-stage.adobe.com',
'firefly.adobe.com': 'firefly-stage.corp.adobe.com',
'helpx.adobe.com': 'helpx.stage.adobe.com',
'milo.adobe.com': 'milo-stage.corp.adobe.com',
'news.adobe.com': 'news.stage.adobe.com',
},
},
jarvis: {
id: 'DocumentCloudWeb1',
Expand Down

0 comments on commit ebfee1a

Please sign in to comment.