Override config.php values through ENV variables (#26570)
* added functionality to override config.php values with 'OC_' prefixed environment variables * use getenv to read environment variables since apache does not set $_ENV variables, fixed test
Please register or sign in to comment