Environment Variables
Control which environment variables are loaded from the remote pod
Including only specific variables
{
"feature": {
"env": {
"include": "DATABASE_URL;API_KEY;REDIS_HOST"
}
}
}Excluding specific variables
{
"feature": {
"env": {
"exclude": "PATH;HOME;USER;SHELL"
}
}
}Overriding values
Loading from a file
Mapping variable names
Unsetting variables
Common scenarios
Last updated
Was this helpful?

