Drupal 8 install
This commit is contained in:
parent
931f371f92
commit
83a0d3a149
|
@ -23,3 +23,4 @@ $local_settings = __DIR__ . "/settings.local.php";
|
|||
if (file_exists($local_settings)) {
|
||||
include $local_settings;
|
||||
}
|
||||
$settings['install_profile'] = 'standard';
|
||||
|
|
Reference in a new issue