When a Confluence Server (running as a Docker container) defines a configuration value as both an environment variable and in confluence.cfg.xml, which takes precedence?
Example:
- ATL_JDBC_URL environment variable is defined
- confluence.cfg.xml defines hibernate.connection.url
Which one will Confluence use? Does Confluence document this?