Environment variables to set for this container.
Declarations
Type
attribute set of stringDefault
{ }Example
{
DATABASE_HOST = "db.example.com";
DATABASE_PORT = "3306";
}Environment variables to set for this container.
attribute set of string{ }{
DATABASE_HOST = "db.example.com";
DATABASE_PORT = "3306";
}