MorpheusUI configuration lives in ui-desktop/.env when building from source (or the equivalent platform-specific resource for a packaged install). The complete annotated dump is at docs/ui-desktop.all.env. Source of truth: ui-desktop/src/main/config/index.ts.

Auth & networking

Chain

Branding

Pairing with a custom proxy-router

Most consumer setups use the proxy-router that the MorpheusUI desktop app downloads and starts itself. To point the UI at a separate proxy-router (e.g. a Docker container or a remote C-Node):
  1. Stop the managed proxy-router (quit the app, or stop it from the startup screen).
  2. Start your own proxy-router and confirm http://<host>:8082/healthcheck.
  3. Set PROXY_WEB_URL=http://<host>:8082 in MorpheusUI’s .env.
  4. Restart MorpheusUI.

Full annotated dump

For every variable (including theme tweaks, debug flags, and feature toggles), see docs/ui-desktop.all.env.