Move configuration to standard location (config next to web)
This commit is contained in:
parent
c3696b4b96
commit
8fdc0426d5
472 changed files with 1 additions and 1 deletions
|
@ -26,5 +26,5 @@ $databases['drupal7']['default'] = [
|
|||
|
||||
// This specifies the default configuration sync directory.
|
||||
if (empty($config_directories[CONFIG_SYNC_DIRECTORY])) {
|
||||
$config_directories[CONFIG_SYNC_DIRECTORY] = '../sync';
|
||||
$config_directories[CONFIG_SYNC_DIRECTORY] = '../config/sync';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue