-
On a development site I would suggest uncommenting the following lines in the settings.php file. emacs sites/default/settings.php
if (file_exists(__DIR__ . '/settings.local.php')) { include __DIR__ . '/settings.local.php'; }
On a development site I would suggest uncommenting the following lines in the settings.php file. emacs sites/default/settings.php
if (file_exists(__DIR__ . '/settings.local.php')) {
include __DIR__ . '/settings.local.php';
}