diff --git a/sites/example.local.settings.php b/sites/default/local.settings.php similarity index 100% copy from sites/example.local.settings.php copy to sites/default/local.settings.php diff --git a/sites/example.local.settings.php b/sites/example.local.settings.php index 7859fe5..ff4e6f3 100644 --- a/sites/example.local.settings.php +++ b/sites/example.local.settings.php @@ -5,10 +5,10 @@ * Local development override configuration feature. * * To activate this feature, copy and rename it such that its path plus - * filename is 'sites/example.com/settings.local.php', where example.com + * filename is 'sites/example.com/local.settings.php', where example.com * is the name of your site. Then, go to the bottom of * 'sites/example.com/settings.php' and uncomment the commented lines that - * mention 'settings.local.php'. + * mention 'local.settings.php'. */ /**