I meant this AEMaaCS section where I can define environment variables. I'll be using them as OSGI config.
Also, do these values come in as a list of string or string array? Thanks!
Views
Replies
Total Likes
Hi @jayv25585659,
Please encode them in one string.
Then in your config.prod.json (or config via config.pipeline), you can map:
{
"myList": "$[env:MY_LIST;default=foo,bar]"
}
so it's just a string instead of list/array? Thanks
Views
Replies
Total Likes
@jayv25585659 Just checking in! Were you able to get this resolved? If you found your own solution, sharing the details would be a big help to others who might face the same issue later on. And if one of the replies here helped—whether it fully solved the problem or simply pointed you in the right direction—marking it as accepted makes it much easier for future readers to find. Thanks again for helping close the loop and contributing to the community!
Views
Replies
Total Likes
Views
Likes
Replies