We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941d1f9 commit f77c37cCopy full SHA for f77c37c
source/configuration/index.rst
@@ -3298,6 +3298,16 @@ shared between all application languages:
3298
- String-valued object;
3299
environment variables to be passed to the app.
3300
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
3311
* - **group**
3312
- String;
3313
group name that runs the
0 commit comments