Remove DDEV
This commit is contained in:
parent
d656c07339
commit
ebd57a2e69
6 changed files with 0 additions and 261 deletions
|
@ -764,7 +764,3 @@ if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
|
|||
include $app_root . '/' . $site_path . '/settings.local.php';
|
||||
}
|
||||
|
||||
// Automatically generated include for settings managed by ddev.
|
||||
if (file_exists($app_root . '/' . $site_path . '/settings.ddev.php') && getenv('IS_DDEV_PROJECT') == 'true') {
|
||||
include $app_root . '/' . $site_path . '/settings.ddev.php';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue