Externalizer in AEMaaCS
Hi All,
Environment Variables:
- AEM_EXTERNALIZER_PREVIEW
- AEM_EXTERNALIZER_PUBLISH
- AEM_EXTERNALIZER_AUTHOR
{
"externalizer.domains": [
"local $[env:AEM_EXTERNALIZER_LOCAL;default=http://localhost:4502]",
"author $[env:AEM_EXTERNALIZER_AUTHOR;default=http://localhost:4502]",
"publish $[env:AEM_EXTERNALIZER_PUBLISH;default=http://localhost:4503]",
"preview $[env:AEM_EXTERNALIZER_PREVIEW;default=http://localhost:4503]"
]
}
When I checked with our admin team, they informed there are no environment variables defined in the cloud manager.
- What are the values of the environment variables in the default configuration, when there is no custom configuration defined.
- How it is calculated?
Thanks,
RadhaKrishna