ACE 8.30 introduced the new variable:
"hostScriptUrl": "https://connect-cdn.atl-paas.net/all.js",
for the file config.json
.
My questions are:
- Do we need to set this variable?
- What happens if we set this variable, and Atlassian changes their CDN url?
- What is the purpose of having this variable?
Up to now we used the “original” hostScriptUrl
in our code, and assumed that Atlassian will make sure it points to the correct url.