Revision eeea71916386089402aa25661961d64b8f4cad60

Committed on 04/06/2017 9:43 am by André R <ar@ez.no> [GitHub Diff]

[Parameters] Change to use native env() parameter support instead of own env/docker.php concept

Get rid of custom concept env/docker.php in favour of the following:
- For runtime settings the new env() support added in Symfony 3.2
- For compile time settings take advantage of incenteev-parameters env support

Same env variable names are used so for the most part BC is kept here.