Configuration
MikroAnalytics uses MikroConf for server settings and exposes a small public runtime config for the dashboard.
Server Config
Section titled “Server Config”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.
Browser Runtime Config
Section titled “Browser Runtime Config”The dashboard reads:
/config.jsonThat endpoint only returns public runtime settings, such as auth mode and public auth route paths. Secrets remain in server config, environment variables, and SQLite.