For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/rules/config/remote-localhost-in-production.md.

config/remote-localhost-in-production

  • Category: reliability
  • Default severity: warning

Issue

Localhost remotes in CI/production builds cannot resolve on other machines and break deployments.

How to fix it

Point remotes at deployed HTTPS (or manifest) URLs for CI and production builds.

Suppress or retarget with rules["config/remote-localhost-in-production"] set to "off" or a severity — see Suppressions and allowlists.

Sources