how to enter multivalue string in Cloud Manager config? | Community
Skip to main content
jayv25585659
Level 8
September 2, 2025
Question

how to enter multivalue string in Cloud Manager config?

  • September 2, 2025
  • 3 replies
  • 487 views

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!

 


3 replies

SantoshSai
Community Advisor
Community Advisor
September 2, 2025

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]"
}

 

Santosh Sai
jayv25585659
Level 8
September 2, 2025

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

kautuk_sahni
Community Manager
Community Manager
September 25, 2025

@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!

Kautuk Sahni