Skip to content

Settings

Envloom includes core behavior toggles that affect startup, services, and update handling.

Starts configured local services automatically when Envloom launches.

Use this if you want your local stack ready immediately after login or app launch.

Allows Envloom to check/apply updates automatically (depending on implementation and release channel behavior).

Recommended for most developer machines unless you need strict version pinning.

Launches Envloom when Windows starts.

Useful when combined with autoStartServices, but be mindful of machine startup time and local resource usage.

Starts Envloom minimized (usually to systray) instead of opening the full window.

Useful for background local stack usage.

  • startWithWindows: on
  • startMinimized: on
  • autoStartServices: on
  • autoUpdate: on (or team policy dependent)
  • startWithWindows: off
  • startMinimized: off
  • autoStartServices: off
  • autoUpdate: off (if you are testing a fixed version)

Teams that need consistent onboarding should document their recommended Envloom settings profile alongside project setup instructions.