I want to use a Apache Cayenne Java Web Application in a Docker container, as there are multiple instances running I would like to customize them by environment variables. Now I have the problem that I'm using one central database, with different catalogs for each instance/container. Is there a possibility to set the defaultCatalog (which is defined in the xxx.map.xml) by an env. variable?
regards Markus