Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/configuration/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3298,6 +3298,16 @@ shared between all application languages:
- String-valued object;
environment variables to be passed to the app.

Unit passes the environment variables to the app without modification,
even if no enviroment configuration object is specified.

Any data specified in the **environment** object gets merged to the
existing environment variables.

If an environment variable already exists in the system and gets declared
in this object, the object's value takes precedence and gets passed to
the application.

* - **group**
- String;
group name that runs the
Expand Down