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:
parent
969330f70f
commit
c5cefdfd2b
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue