.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
VAULT_PATH
Absolute path to the Obsidian vault Mission Control reads from. Required.
PORT
Port next start binds to in production. Dev server ignores this and uses 3000 via `next dev`.
GITHUB_TOKEN
secret
GitHub personal access token for the GitHub Activity tab. Optional — without it the tab renders an empty state. Required to read private…
GITHUB_ACCOUNTS
Comma-separated GitHub accounts (users or orgs) to surface on the GitHub tab. Each gets its own contribution calendar + repos grid; events…