Use syntax highlighter for PHP
This commit is contained in:
parent
77bf0066f7
commit
63b5291833
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ This will create a self.site.yml using the expected pattern of "site_name_INSTAN
|
||||||
|
|
||||||
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. Note not to use `settings.ddev.php`, as this will be generated during `ddev start`:
|
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. Note not to use `settings.ddev.php`, as this will be generated during `ddev start`:
|
||||||
|
|
||||||
```
|
```php
|
||||||
$settings['config_sync_directory'] = '../config/sync';
|
$settings['config_sync_directory'] = '../config/sync';
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue