key
and then what it should contain with the value
.
Use environment variables to pass configuration settings and secrets to your container. For example, environment variables can store the path to a database or API keys used by your application.
RUNPOD_POD_ID
), the API key used to make Runpod API calls to the specific pod (RUNPOD_API_KEY
), the name of the host server the pod is running on (RUNPOD_POD_HOSTNAME
), and more.
You can references Secrets in your Pod templates.