config.author.prod or config.prod.author?
when setting up osgi configs, you put them in a dir to target a particular env and type.
The problem is that cloud and non cloud seem to have different behavior.
Should it be config.author.prod or config.prod.author?
We see both in various posts. we are using config.prod.author for example. This works fine on non cloud AEM, but on cloud AEM, it doesn't.
Or maybe the issue is that we have "default" osgi configs in /config, which we then assume will be overridden by config files in say /config.prod or /config.prod.author. Is this assumption incorrect? I.e. if we want a config applied to a specific env, we must not have it also in a more generic env?