The default for config files being queried for production should be the package/application name, postfixed with .conf.json instead of .prod.conf.json. This should be done by explicitly checking for the prod-environment. Each other environment should still use the current env-setting as postfix.
The default for config files being queried for production should be the package/application name, postfixed with
.conf.jsoninstead of.prod.conf.json. This should be done by explicitly checking for theprod-environment. Each other environment should still use the currentenv-setting as postfix.