I would like to see support for config files outside the installation dir. I can manage this with an include or include_once directive, but I fear nextcloud will have problems, when it tries to write somethin to the config.php.
A single directive like
$CONFIG = array ( 'config_file' => '/path/config.php', ); could offer this possibility.