Skip to content

Configuration

MikroPlan can run as a static local app or as an API-backed shared workspace.

The static app reads config.json from the extracted app archive. Local-only mode uses IndexedDB and does not require auth or server secrets.

The API reads mikroplan.config.json through MikroConf, then applies environment and CLI overrides. Keep SMTP credentials, JWT secrets, and database paths server-side.

In API mode, the browser reads:

/config.json

That public config includes the API base URL, auth mode, and public auth route paths. It must not contain secrets.