Skip to content

Commit fe18e20

Browse files
authored
Hide warning caused by skipping permissions hardening (#28)
1 parent 824eb8f commit fe18e20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

settings.local.php

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99
);
1010
// Make it easier for Project Browser to install things into the local site.
1111
$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

Comments
 (0)