Solved
How does AEM determine with config is applied (config using runmodes)?
example:
- config.author
- com.myhost.my-config-here.xml
- config.author.prod
- com.myhost.my-config-here.xml
My AEM instance has the following runmodes (via /system/console/status-slingsettings):
Run Modes = [crx3tar-nofds, prod, s7connect, crx3, nosamplecontent, author]
Which of my om.myhost.my-config-here.xml config is applied to the instance? thank you.