Problem/Motivation
We have a config/sync directory outside the root but currently it has to be set manually every time we set up the project.
Steps to reproduce
Set up the project. After setup, the config sync directory is something like:
$settings['config_sync_directory'] = 'sites/default/files/config_P0mmr3X3zO6cWP8OO1FywKNhkFdgEjK-C-g9KVNUJPYVL2YykVpdsY93yplpe-nCDYpPH9WoAg/sync';
Proposed resolution
Create a settings.php in an assets directory and use composer scaffolding to scaffold settings.php with our custom version which has the config_sync_directory set to ../config/sync.
Comments
Comment #2
ltrainComment #3
ccjjmartin commentedBumping this to version 5 per our discussion about how the distro install breaks if you change the config directory pre-install.
Comment #4
ccjjmartin commentedThis turned into the larger project of removing the distro, PR here: https://github.com/fourkitchens/sous-drupal-project/pull/87
Comment #5
cbfannin commentedThis was completed along with reworking the scaffolding on this PR: https://github.com/fourkitchens/sous-drupal-project/pull/88
Comment #6
cbfannin commented