Open
Description
to do:
- copy
example.settings.local.php
tosettings.local.php
- add the following code to the end of
settings.php
if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
include $app_root . '/' . $site_path . '/settings.local.php';
}
- include
trusted_host_patterns
setting to thesettings.local.php