Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

how to enter multivalue string in Cloud Manager config?

Avatar

Level 9

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!

 


Screenshot from 2025-09-02 19-10-04.png

3 Replies

Avatar

Community Advisor

Hi @jayv25585659,

Please encode them in one string.

Screenshot 2025-09-02 at 9.56.18 AM.png

 

Then in your config.prod.json (or config via config.pipeline), you can map:

{
  "myList": "$[env:MY_LIST;default=foo,bar]"
}

 


Santosh Sai

AEM BlogsLinkedIn


Avatar

Level 9

so it's just a string instead of list/array? Thanks

Avatar

Community Advisor