Hi,Typically I would use run modes to separate OSGi system
configurations per environment and all in the one package, this has
worked well. However a security team has raised concern around storing
Production configurations alongside dev/sit configurations, and want to
externalise those configurations into a separate folder outside CQ, then
load them (potentially by adding a classpath parameter).Has anyone
attempted a similar setup, and/or how have you achieved a result with
similar constraints?...