# Envs & Secrets

On the envs & secrets page you can configure the environment variables and secrets for your application. The environment variables are key-value pairs that are injected into the container. The secrets are sensitive data that are stored as **Kubernetes secrets**. The secrets are base64 encoded and can be used as environment variables or mounted as files. You can simply copy and paste the content of your `.env` file or secret file into the text area.

Both the environment variables and secrets are available in the container as **environment** variables.

<figure><img src="https://3601602753-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FclSnVNQ9cQ3UGmpo9Q9i%2Fuploads%2FVDry5xBBsPOBPnRMsBit%2Fimage.png?alt=media&#x26;token=5bdf88fe-69fd-4d7b-8667-30d164f3af71" alt=""><figcaption><p>envs &#x26; secrets overview</p></figcaption></figure>
