Remove suspect reference to a yaml settings setup (that's still only being discussed i think)

and state intentions for the future.
This commit is contained in:
benjamin melançon 2020-06-26 08:57:07 -04:00
parent 969330f70f
commit c5cefdfd2b

View file

@ -94,12 +94,14 @@ This will create a self.site.yml using the expected pattern of "site_name_INSTAN
### Syncing, and setting up configuration
Drutopia releases will expect the configuration in `$project_root/config/sync`. Be sure to set the appropriate variable in settings.ddev.yml (or settings.php) for it to be stored/retrieved from there:
Drutopia releases will expect the configuration in `$project_root/config/sync`. Be sure to set the appropriate variable in `settings.php` for it to be stored/retrieved from there:
```
$settings['config_sync_directory'] = '../config/sync';
```
(This should be updated to use a distribution-wide settings.php when we have that.)
Once you also have a working Drush installation and a live instance, you can then aquire and export the initial configuration with:
```