Config/env/production is not considered when NODE_ENV=production

Thanks for sharing your workflow!
I just tested this with a simple console log. Both are processed in this order:

  1. config/database
  2. config/env/production/database

so the app platform ends up processing the

ssl: {
  rejectUnauthorized: false,
}

so I’ve run out of ideas why I’m still getting this error.