Skip to content

Configuration

MikroAnalytics uses MikroConf for server settings and exposes a small public runtime config for the dashboard.

The primary server config file is mikroanalytics.config.json. Use environment variables for deployment-specific values such as secrets, host, port, SMTP, and auth allowlists.

See the full configuration reference for every option.

The dashboard reads:

/config.json

That endpoint only returns public runtime settings, such as auth mode and public auth route paths. Secrets remain in server config, environment variables, and SQLite.