# Portal environment (committed). Machine-specific overrides go in .env.local.

# Where the "Editor" app switcher / non-admin redirect points. "/" is correct
# for production (backend serves the editor at the root, same origin as the
# portal). In dev, override in .env.local with your running editor's URL
# (e.g. VITE_EDITOR_URL=http://localhost:5173/).
VITE_EDITOR_URL=/

# Force MSW mocks on ("true") or off ("false"). Empty = default (on in dev, off
# in production builds). The single-origin proxy task sets this to "false" so the
# portal uses the real backend.
VITE_PORTAL_MOCKS=
