Settings
Envloom includes core behavior toggles that affect startup, services, and update handling.
Available settings
Section titled “Available settings”autoStartServices
Section titled “autoStartServices”Starts configured local services automatically when Envloom launches.
Use this if you want your local stack ready immediately after login or app launch.
autoUpdate
Section titled “autoUpdate”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.
startWithWindows
Section titled “startWithWindows”Launches Envloom when Windows starts.
Useful when combined with autoStartServices, but be mindful of machine startup time and local resource usage.
startMinimized
Section titled “startMinimized”Starts Envloom minimized (usually to systray) instead of opening the full window.
Useful for background local stack usage.
Recommended profiles
Section titled “Recommended profiles”Daily dev workstation
Section titled “Daily dev workstation”startWithWindows: onstartMinimized: onautoStartServices: onautoUpdate: on (or team policy dependent)
Controlled/test environment
Section titled “Controlled/test environment”startWithWindows: offstartMinimized: offautoStartServices: offautoUpdate: off (if you are testing a fixed version)
Teams that need consistent onboarding should document their recommended Envloom settings profile alongside project setup instructions.