We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 941d1f9 + 728460e commit c5e171dCopy full SHA for c5e171d
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 this object, the object's value takes precedence and gets passed to
3309
+ the application.
3310
3311
* - **group**
3312
- String;
3313
group name that runs the
0 commit comments