any workable standard here https://github.com/phpenv/phpenv (only apache - not 12 factor) https://github.com/virtphp/virtphp (only php-cli - not 12 factor)
or mail delivery Resource handles to backing services like your database, caching server or message queue Specific per deploy information such as canonical names
bash for display purposes: export DB_URL=postgres://user:[email protected]:5432/db Some common container tools: heroku config:add DB_URL=$DB_URL deis config:set DB_URL=$DB_URL docker run -e DB_URL=$DB_URL