<aside>

The fourth tab under your Project Settings allows you to set up environment variables for your use in your hutte.yml configuration files.

</aside>

<aside> <img src="/icons/flash_yellow.svg" alt="/icons/flash_yellow.svg" width="40px" />

You can use environment variables to add tokens or disguise secret information in your hutte.yml file.

</aside>

<aside>

  1. Enter the value for the variable in the field provided. </aside>

<aside>

  1. Next, enter the name you’d like that value to be referenced by. </aside>

<aside>

  1. Click on “Add” to add the new environment variable to the list. </aside>

<aside>

Screenshot 2024-08-30 at 11.24.28.png

</aside>

<aside>

  1. Now, whenever you use that variable name in your configuration files in Hutte, it will pull the respective variable value in the code without revealing any sensitive information. </aside>

<aside> <img src="/icons/sliders-horizontal_yellow.svg" alt="/icons/sliders-horizontal_yellow.svg" width="40px" />

Find out how to use custom variables in your hutte.yml and explore the standard environment variables available on the Hutte platform under Runtime environment details .

</aside>