AEM Cloud - OSGi config and environment variables
Hi,
I'm wondering if there is a possibility to have an environment variable for the OSGi config that is accepting an array. If yes, how? Currently, in AEM Cloud Environment Variables, I can see that the environment variables are accepting single-string items.

In my case, I have a resource change listener which listens to multiple paths (reading them from the OSGi configuration), and I would like to have these paths authorable so we could add more of them if required in the future, in order to avoid the whole development process to get to PROD with a single change in the OSGi configuration.
Thanks in advance.