We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824eb8f commit fe18e20Copy full SHA for fe18e20
settings.local.php
@@ -9,3 +9,7 @@
9
);
10
// Make it easier for Project Browser to install things into the local site.
11
$settings['skip_permissions_hardening'] = TRUE;
12
+
13
+// Suppress the warning raised by `skip_permissions_hardening`.
14
+// @see drupal_cms_installer_install_tasks()
15
+putenv('IS_DDEV_PROJECT=1');
0 commit comments