···366366367367Komodo takes the contents of the **Environment** section in your Komodo Stack and:
368368369369-* Interpolates any [Variables](https://komo.do/docs/variables) into the contents like `[[MY_VAR]]`
369369+* Interpolates any [Variables](https://komo.do/docs/resources/variables) into the contents like `[[MY_VAR]]`
370370* The final content is written to the file specified by **Env File Path** in your Stack (defaults to `.env`)
371371 * The file specified by Env File Path is the **ONLY** file that Variable interpolation occurs in
372372···376376377377<summary>Variables Example</summary>
378378379379-Assume you have this [**Variable**](https://komo.do/docs/variables) already in Komodo (in Settings -> Variables)
379379+Assume you have this [**Variable**](https://komo.do/docs/resources/variables) already in Komodo (in Settings -> Variables)
380380381381* `MY_SECRET_1` : `aCoolSecret`
382382