Configuration
MikroPlan can run as a static local app or as an API-backed shared workspace.
Static App Config
Section titled “Static App Config”The static app reads config.json from the extracted app archive. Local-only mode uses IndexedDB and does not require auth or server secrets.
API Server Config
Section titled “API Server Config”The API reads mikroplan.config.json through MikroConf, then applies environment and CLI overrides. Keep SMTP credentials, JWT secrets, and database paths server-side.
Browser Runtime Config
Section titled “Browser Runtime Config”In API mode, the browser reads:
/config.jsonThat public config includes the API base URL, auth mode, and public auth route paths. It must not contain secrets.