Skip to content

Commit f77c37c

Browse files
committed
docs: update configuration:applications
1 parent 941d1f9 commit f77c37c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/configuration/index.rst

+10
Original file line numberDiff line numberDiff line change
@@ -3298,6 +3298,16 @@ shared between all application languages:
32983298
- String-valued object;
32993299
environment variables to be passed to the app.
33003300
3301+
Unit passes the environment variables to the app without modification,
3302+
even if no enviroment configuration object is specified.
3303+
3304+
Any data specified in the **environment** object gets merged to the
3305+
existing environment variables.
3306+
3307+
If an environment variable already exists in the system and gets declared
3308+
in the object, the object's value takes precendence and gets passed to
3309+
the application.
3310+
33013311
* - **group**
33023312
- String;
33033313
group name that runs the

0 commit comments

Comments
 (0)