Use new style of config sync directory specification
Per https://www.drupal.org/node/3018145 Thanks wolcen! Ref #109
This commit is contained in:
parent
741aa52ce4
commit
eeab814df7
2 changed files with 2 additions and 5 deletions
|
@ -57,11 +57,6 @@ $config['image.settings']['suppress_itok_output'] = TRUE;
|
|||
$config['image.settings']['allow_insecure_derivatives'] = TRUE;
|
||||
|
||||
|
||||
// This specifies the default configuration sync directory.
|
||||
if (empty($config_directories[CONFIG_SYNC_DIRECTORY])) {
|
||||
$config_directories[CONFIG_SYNC_DIRECTORY] = '../config/sync';
|
||||
}
|
||||
|
||||
/**
|
||||
* Load services definition file.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue