Settings

The settings system is experimental and may change between releases.

Maigret reads configuration files in the following order (later files override earlier values):

  1. resources/settings.json — bundled with the installed package.
  2. ~/.maigret/settings.json — per-user configuration.
  3. ./settings.json — project-specific overrides in the current working directory.

Missing files are ignored silently.

Refer to the default settings template for supported keys. Typical options control concurrency, timeouts, tag filters, report formats, and proxy configuration.

Last updated on