Skip to content

Copy settings.local.php on fin init #1

Open
@ApacheEx

Description

@ApacheEx

to do:

  • copy example.settings.local.php to settings.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 the settings.local.php

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions