So, right now, each branch has it's own config/core/config directory with a config.php file that contains a single file: config.php
What if it didn't though?
What if it all either wrote to a single config file, separated by branch. Or maybe have the config information stored in the DB?
It just seems that the config/core/config is a carryover from the pre 1.x days of phpwebsite and probably needs to be addressed. We recently changed servers, web and database, and changing that information on every config file might be a problem that can be addressed in a single location.
So, right now, each branch has it's own config/core/config directory with a config.php file that contains a single file: config.php
What if it didn't though?
What if it all either wrote to a single config file, separated by branch. Or maybe have the config information stored in the DB?
It just seems that the config/core/config is a carryover from the pre 1.x days of phpwebsite and probably needs to be addressed. We recently changed servers, web and database, and changing that information on every config file might be a problem that can be addressed in a single location.