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]"
}
Views
Replies
Total Likes
so it's just a string instead of list/array? Thanks
Views
Replies
Total Likes
Views
Replies
Total Likes