added drupal settings files to ressources

This commit is contained in:
2021-11-04 22:02:52 +01:00
parent 555fced72d
commit 75bff95373
6 changed files with 266 additions and 30 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ assert_options(ASSERT_ACTIVE, TRUE);
/**
* Enable local development services.
*/
$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/development.services.yml';
$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/default/development.services.yml';
/**
* Show all error messages, with backtrace information.