-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
to do:
- copy
example.settings.local.phptosettings.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_patternssetting to thesettings.local.php
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request