[READ-ONLY] Mirror of https://github.com/FoxxMD/blog. blog.foxxmd.dev
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: update Komodo links

authored by

Jared Ondricek and committed by
GitHub
(Sep 30, 2025, 7:23 AM -0500) ec1e1b79 6eb3780c

+2 -2
+2 -2
_posts/2025-04-03-compose-envs-explained.md
··· 366 366 367 367 Komodo takes the contents of the **Environment** section in your Komodo Stack and: 368 368 369 - * Interpolates any [Variables](https://komo.do/docs/variables) into the contents like `[[MY_VAR]]` 369 + * Interpolates any [Variables](https://komo.do/docs/resources/variables) into the contents like `[[MY_VAR]]` 370 370 * The final content is written to the file specified by **Env File Path** in your Stack (defaults to `.env`) 371 371 * The file specified by Env File Path is the **ONLY** file that Variable interpolation occurs in 372 372 ··· 376 376 377 377 <summary>Variables Example</summary> 378 378 379 - Assume you have this [**Variable**](https://komo.do/docs/variables) already in Komodo (in Settings -> Variables) 379 + Assume you have this [**Variable**](https://komo.do/docs/resources/variables) already in Komodo (in Settings -> Variables) 380 380 381 381 * `MY_SECRET_1` : `aCoolSecret` 382 382