In AEM, every run mode tries to find out the best possible match available for a configuration.
If multiple configurations for the same PID are applicable like in your case here, the configuration with the highest number of matching run modes is applied. i.e. prod and author here.
So configuration from config.author.prod will be picked.
In AEM, every run mode tries to find out the best possible match available for a configuration.
If multiple configurations for the same PID are applicable like in your case here, the configuration with the highest number of matching run modes is applied. i.e. prod and author here.
So configuration from config.author.prod will be picked.