You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
environment -- String-valued object; environment variables to be passed to the app.
What's missing:
does not spell out that Unit passes the available and existing environment variables to the appliaction as-is without modification even if no environment config object is specified
anything specified in the environment object gets merged to / added to the existing environment variables
if an environment variable already exists on the system, and gets declared in the object, the object's value gets passed to the application