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):- Stop the managed proxy-router (quit the app, or stop it from the startup screen).
- Start your own proxy-router and confirm
http://<host>:8082/healthcheck. - Set
PROXY_WEB_URL=http://<host>:8082in MorpheusUI’s.env. - Restart MorpheusUI.
Full annotated dump
For every variable (including theme tweaks, debug flags, and feature toggles), seedocs/ui-desktop.all.env.